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
sourceimpl StorageGatewayError
impl StorageGatewayError
sourcepub fn error_code(&self) -> Option<&ErrorCode>
pub fn error_code(&self) -> Option<&ErrorCode>
Additional information about the error.
sourceimpl StorageGatewayError
impl StorageGatewayError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StorageGatewayError
.
Trait Implementations
sourceimpl Clone for StorageGatewayError
impl Clone for StorageGatewayError
sourcefn clone(&self) -> StorageGatewayError
fn clone(&self) -> StorageGatewayError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StorageGatewayError
impl Debug for StorageGatewayError
sourceimpl PartialEq<StorageGatewayError> for StorageGatewayError
impl PartialEq<StorageGatewayError> for StorageGatewayError
sourcefn eq(&self, other: &StorageGatewayError) -> bool
fn eq(&self, other: &StorageGatewayError) -> bool
impl StructuralPartialEq for StorageGatewayError
Auto Trait Implementations
impl RefUnwindSafe for StorageGatewayError
impl Send for StorageGatewayError
impl Sync for StorageGatewayError
impl Unpin for StorageGatewayError
impl UnwindSafe for StorageGatewayError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more