Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica
Skip to main content

Module error

Module error 

Source
Expand description

Wire-format error type for the service protocol.

ServiceError carries enough information to reconstruct an appropriate crate::Error on the client side without requiring the full error type hierarchy to be serializable.

Structs§

ServiceError
Wire-format error for the service protocol.

Functions§

service_error_to_eidetica_error
Reconstruct a crate::Error from a ServiceError.