Module tsukuyomi::error[][src]

Components for constructing and handling HTTP errors.

Modules

handler

The definition of error handlers.

Structs

Error

A type which holds all kinds of errors occurring in handlers.

Traits

HttpError

[unstable] A trait representing HTTP errors.

Type Definitions

CritError

A type alias representing a critical error.

Result

A type alias of Result<T, E> with error::Error as error type.