Crate problem_details
source ·Expand description
RFC 9457 / RFC 7807 problem details for Rust applications.
This crate implements a simple struct that can be used to represent a problem details object as defined in RFC 9457 (which obsoletes RFC 7807).
Features
serde
: Enables serde support for theProblemDetails
struct.
Structs
- A RFC 9457 / RFC 7807 problem details object.
- A type that represents a problem type uri.