Skip to main content

Module error

Module error 

Source
Expand description

Error type for the sovereign apr-format leaf crate.

§Wrapper error seam (issue #2231, locked decision 3)

apr-format owns its own AprFormatError. It deliberately does not share an error crate with aprender-core. Instead, aprender-core provides impl From<AprFormatError> for AprenderError so the leaf’s errors wrap transparently into the framework’s error type at the crate boundary. This keeps the leaf sovereign (no dependency back on the framework’s error type) while preserving ?-ergonomics for core consumers.

Enums§

AprFormatError
Errors produced while reading or writing the .apr container format.

Type Aliases§

Result
Convenience alias for results in this crate.