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_JITTER ๐Ÿ”’
How far either side of RETRY_AFTER_PERIOD a generated Retry-After may land. See jittered_retry_after.
RETRY_AFTER_PERIOD ๐Ÿ”’
The base Retry-After period, in seconds, when no upstream supplied one.

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.
jittered_retry_after ๐Ÿ”’
A Retry-After, in seconds, for when no upstream supplied one.

Type Aliasesยง

ApiResult
Common Result type.