Skip to main content

Module error

Module error 

Source
Expand description

Error types for mocra-proxy.

Independent of the host crate — as a standalone-usable library, proxy has its own ProxyError / Result; the host mocra folds them into its own error hierarchy at the boundary via impl From<ProxyError> for mocra::Error.

Enums§

ProxyError
Proxy subsystem errors.

Type Aliases§

BoxError
A boxed underlying error source (same shape as the host’s mocra::BoxError).
Result
Result alias for mocra-proxy.