Skip to main content

Module error

Module error 

Source
Expand description

Structured error type returned by manta-shared’s pure helpers.

Used by the shared config loader and re-used by binary-side helpers that build on it: manta-cli’s SAT-file Jinja renderer and manta-server’s audit, jwt_ops, and kafka modules. Lets manta-shared (and therefore manta-cli) avoid pulling in manta_backend_dispatcher::error::Error for its own error surface.

Server-side code keeps returning manta_backend_dispatcher::error::Error and uses ? to convert MantaError at the call site via the From<MantaError> for BackendError impl in crates/manta-server/src/wire_conv.rs.

Enums§

MantaError
Errors returned by manta-shared’s pure helpers.