[−][src]Module tower_web::error
Error types and traits.
Structs
| Builder | Builder for Error objects. |
| DefaultCatch | The default |
| Error | Errors that can happen inside Tower Web. The object of this type is serializable into "Problem Detail" as defined in RFC7807. |
| ErrorKind | A list specifying the general categories of Tower Web errors. |
| FnCatch | Provides a |
| Map | Map an arbitrary error type to |
Traits
| Catch | Handles an error generated by a resource method. |
| IntoCatch | Convert |