Home
last modified time | relevance | path

Searched defs:ServiceError (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tower/src/buffer/
Derror.rs11 pub struct ServiceError { struct
20 // ===== impl ServiceError ===== argument
22 impl ServiceError { implementation
23 pub(crate) fn new(inner: BoxError) -> ServiceError { in new()
29 pub(crate) fn clone(&self) -> ServiceError { in clone()
36 impl fmt::Display for ServiceError { implementation
42 impl std::error::Error for ServiceError { implementation
/external/python/mobly/mobly/controllers/android_device_lib/
Derrors.py39 class ServiceError(DeviceError): class
/external/aws-sdk-java-v2/services/opsworks/src/main/resources/codegen-resources/
Dservice-2.json3959 "ServiceError":{ object