Expand description
Re-exports and convenience constructors for Problem types
Structs§
- Problem
- RFC 9457 Problem Details for HTTP APIs.
- Validation
Error - Collection of validation errors for 422 responses.
- Validation
Error Response - Wrapper for
ValidationErrorthat can be used as a standalone response. - Validation
Violation - Individual validation violation for a specific field or property.
Constants§
- APPLICATION_
PROBLEM_ JSON - Content type for Problem Details as per RFC 9457.