[][src]Module tide::error

Structs

Error

A generic endpoint error, which can be converted into a response.

StringError

Traits

ResponseExt

Extends the Response type with a method to extract error causes when applicable.

ResultExt

Extends the Result type with convenient methods for constructing Tide errors.

Type Definitions

EndpointResult

A convenient Result instantiation appropriate for most endpoints.