Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/buffer/
Derror.rs11 pub struct ServiceError { struct
20 // ===== impl ServiceError ===== argument
22 impl ServiceError { impl
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
/aosp_15_r20/external/python/mobly/mobly/controllers/android_device_lib/
Derrors.py39 class ServiceError(DeviceError): class
/aosp_15_r20/external/aws-sdk-java-v2/services/opsworks/src/main/resources/codegen-resources/
H A Dservice-2.json3959 "ServiceError":{ object