Module error

Module error 

Source

Enums§

Error
An error that occurs within Adapt.
MalformedBodyErrorType
The categorization of why the body is malformed.
UserInteractionType
The type of user interaction that was disallowed.

Traits§

ErrIntoExt
An extension trait for std::result::Result that adds ErrIntoExt::err_into.
NotFoundExt
An extension trait for Option that adds NotFoundExt::ok_or_not_found.

Type Aliases§

Result
A type alias for a Result with the error type Error.