Expand description
Error types for the ACDP library.
Error variants align with the wire vocabulary defined by
acdp-error.schema.json and RFC-ACDP-0007 §5. The
AcdpError::from_wire_error helper converts a
crate::wire_error::WireError (HTTP response body shape) into a typed
variant.
Enums§
- Acdp
Error - Top-level error type.
- Supersession
Reason - Sub-reason for
AcdpError::SupersededTarget. Mirrors thedetails.reasonvalues defined byacdp-error.schema.json.