Skip to main content

Module error

Module error 

Source
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§

AcdpError
Top-level error type.
SupersessionReason
Sub-reason for AcdpError::SupersededTarget. Mirrors the details.reason values defined by acdp-error.schema.json.