Available on crate feature
axum only.Expand description
Error utilities for axum.
Enums§
- Error that can be used as axum response, with an appropriate HTTP status code and – except for
Internal– with one or more error messages conveyed as a JSON string array.