Expand description
Error types and traits.
Structs§
- Builder
- Builder for Error objects.
- Default
Catch - The default
Catchinstance used when none is specified. - Error
- Errors that can happen inside Tower Web. The object of this type is serializable into “Problem Detail” as defined in RFC7807.
- Error
Kind - A list specifying the general categories of Tower Web errors.
- FnCatch
- Provides a
Catchimplementation using the providedFninstance. - Map
- Map an arbitrary error type to
Error