Skip to main content

Module error

Module error 

Source
Expand description

Error types and transformations

Structs§

ApiError
The main error type.

Enums§

ApiErrorKind
The possible errors this application could encounter

Constants§

ERROR_URL 🔒
A link for more info on the returned error
RETRY_AFTER_PERIOD 🔒

Functions§

errno_from_validation_errors 🔒
Get the error number from validation errors. If multiple errors are present, the first one with a valid error code is used.

Type Aliases§

ApiResult
Common Result type.