Expand description
Error types and transformations
Structs§
- ApiError
- The main error type.
Enums§
- ApiError
Kind - 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.