|
You are here |
dave.cheney.net | ||
| | | | |
linksort.com
|
|
| | | | | In writing a REST API, we have to deal with at least two types of errors. Client errors: These errors are the fault of the user, e.g., providing an invalid... | |
| | | | |
golangbot.com
|
|
| | | | | The simplest way to create a custom error in Go is using the New function from the errors package. Errors can also be represented by struct types implementing the error interface. | |
| | | | |
alexrichey.com
|
|
| | | | | A pattern for distinguishing and handling client and internal errors in Go that leverages the power of Go's interfaces. | |
| | | | |
www.stackchief.com
|
|
| | | GraphQL vs REST, including what is REST, what is GraphQL, and the pros and cons of choosing GraphQL vs REST for your web service | ||