Module error

Source

Structs§

TeatimeError
Represents some kind of error that can occur when interacting with the Gitea API. This simply wraps a message and a status code.

Enums§

TeatimeErrorKind

Type Aliases§

Result
A type alias for a std::result::Result that uses TeatimeError as the error type. We define this purely for convenience.