Struct cloud_storage::GoogleErrorResponse [−][src]
pub struct GoogleErrorResponse {
pub error: ErrorList,
}Expand description
The structure of a error response returned by Google.
Fields
error: ErrorListA container for the error information.
Implementations
Return list of errors returned by Google
Check whether errors contain given reason
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for GoogleErrorResponse
impl Send for GoogleErrorResponse
impl Sync for GoogleErrorResponse
impl Unpin for GoogleErrorResponse
impl UnwindSafe for GoogleErrorResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more