Module perseus::errors[][src]

Macros

Exits a function early with an error

Structs

The Error type.

Enums

Defines who caused an ambiguous error message so we can reliably create an HTTP status code. Specific status codes may be provided in either case, or the defaults (400 for client, 500 for server) will be used.

The kind of an error.

Traits

Additional methods for Result, for easy interaction with this crate.

Functions

Type Definitions

Convenient wrapper around std::Result.