Module finchers::error[][src]

Error primitives.

Structs

Error

A type which holds a value of HttpError in a type-erased form.

Enums

Never

A type which has no possible values.

Traits

HttpError

Trait representing error values from endpoints.

Functions

bad_request
err_msg
fail

Type Definitions

Result

A type alias of Result<T, E> whose error type is restricted to Error.