Searched defs:ServiceError (Results 1 – 3 of 3) sorted by relevance
11 pub struct ServiceError { struct20 // ===== impl ServiceError ===== argument22 impl ServiceError { impl23 pub(crate) fn new(inner: BoxError) -> ServiceError { in new()29 pub(crate) fn clone(&self) -> ServiceError { in clone()36 impl fmt::Display for ServiceError { implementation42 impl std::error::Error for ServiceError { implementation
39 class ServiceError(DeviceError): class
3959 "ServiceError":{ object