Struct aws_sdk_storagegateway::model::StorageGatewayError
source · #[non_exhaustive]pub struct StorageGatewayError { /* private fields */ }
Expand description
Provides additional information about an error that was returned by the service. See the errorCode
and errorDetails
members for more information about the error.
Implementations§
source§impl StorageGatewayError
impl StorageGatewayError
sourcepub fn error_code(&self) -> Option<&ErrorCode>
pub fn error_code(&self) -> Option<&ErrorCode>
Additional information about the error.
source§impl StorageGatewayError
impl StorageGatewayError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StorageGatewayError
.
Trait Implementations§
source§impl Clone for StorageGatewayError
impl Clone for StorageGatewayError
source§fn clone(&self) -> StorageGatewayError
fn clone(&self) -> StorageGatewayError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StorageGatewayError
impl Debug for StorageGatewayError
source§impl PartialEq<StorageGatewayError> for StorageGatewayError
impl PartialEq<StorageGatewayError> for StorageGatewayError
source§fn eq(&self, other: &StorageGatewayError) -> bool
fn eq(&self, other: &StorageGatewayError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.