Explore >> Select a destination


You are here

dave.cheney.net
| | linksort.com
4.0 parsecs away

Travel
| | 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
3.1 parsecs away

Travel
| | 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
3.9 parsecs away

Travel
| | A pattern for distinguishing and handling client and internal errors in Go that leverages the power of Go's interfaces.
| | www.stackchief.com
21.2 parsecs away

Travel
| GraphQL vs REST, including what is REST, what is GraphQL, and the pros and cons of choosing GraphQL vs REST for your web service