Struct rusoto_storagegateway::StorageGatewayError[][src]

pub struct StorageGatewayError {
    pub error_code: Option<String>,
    pub error_details: Option<HashMap<String, String>>,
}

Provides additional information about an error that was returned by the service as an or. See the errorCode and errorDetails members for more information about the error.

Fields

Additional information about the error.

Human-readable text that provides detail about the error that occurred.

Trait Implementations

impl Default for StorageGatewayError
[src]

Returns the "default value" for a type. Read more

impl Debug for StorageGatewayError
[src]

Formats the value using the given formatter. Read more

impl Clone for StorageGatewayError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StorageGatewayError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations