Closed
Description
openedon Oct 17, 2018
Feature Request
Add helper methods to easily check for common error types, e.g.
IsBadRequest(err) // 400
IsNotFound(err) // 404
IsUnauthorized(err) // 401
IsServiceUnavailable(err) // 503
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment