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