Module tower_web::error[][src]

Error types and traits.

Structs

DefaultCatch

The default Catch instance used when none is specified.

Error

Errors that can happen inside Tower Web.

ErrorKind

A list specifying the general categories of Tower Web errors.

FnCatch

Provides a Catch implementation using the provided Fn instance.

Map

Map an arbitrary error type to Error

Traits

Catch

Handles an error generated by a resource method.

IntoCatch

Convert Self into a value that implements Catch.