Raised/returned for any non-2xx HTTP response from the Monzo API.
Carries the HTTP status, the parsed error body (if any), and the originating request id for support tickets.
Summary
Functions
True for 403 permission errors.
True for 401 responses where the access token is invalid or expired.
True when the client is being rate limited (429).
True when the error represents a transient condition safe to retry for idempotent requests.
True for 5xx errors, generally safe to retry.
Types
Functions
True for 403 permission errors.
True for 401 responses where the access token is invalid or expired.
True when the client is being rate limited (429).
True when the error represents a transient condition safe to retry for idempotent requests.
True for 5xx errors, generally safe to retry.