pub type ServiceError = Box<dyn Error + Send + Sync>;
A boxed error type that may be returned by service calls.
struct ServiceError(/* private fields */);