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§
- Service
Error - Wire-format error for the service protocol.
Functions§
- service_
error_ to_ eidetica_ error - Reconstruct a
crate::Errorfrom aServiceError.