Module errors

Source
Expand description

Errors

Structs§

ApiError
Error returned from the Mastodon API.

Enums§

Error
enum of possible errors encountered using the mastodon API.

Type Aliases§

Result
Convience type over std::result::Result with Error as the error type.