#[non_exhaustive]pub enum DescribeAcceleratorError {
AcceleratorNotFoundException(AcceleratorNotFoundException),
InternalServiceErrorException(InternalServiceErrorException),
InvalidArgumentException(InvalidArgumentException),
Unhandled(Unhandled),
}Expand description
Error type for the DescribeAcceleratorError operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AcceleratorNotFoundException(AcceleratorNotFoundException)
The accelerator that you specified doesn't exist.
InternalServiceErrorException(InternalServiceErrorException)
There was an internal error for Global Accelerator.
InvalidArgumentException(InvalidArgumentException)
An argument that you specified is invalid.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Implementations§
source§impl DescribeAcceleratorError
impl DescribeAcceleratorError
sourcepub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
pub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
Creates the DescribeAcceleratorError::Unhandled variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the DescribeAcceleratorError::Unhandled variant from a ::aws_smithy_types::error::ErrorMetadata.
sourcepub fn meta(&self) -> &ErrorMetadata
pub fn meta(&self) -> &ErrorMetadata
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
sourcepub fn is_accelerator_not_found_exception(&self) -> bool
pub fn is_accelerator_not_found_exception(&self) -> bool
Returns true if the error kind is DescribeAcceleratorError::AcceleratorNotFoundException.
sourcepub fn is_internal_service_error_exception(&self) -> bool
pub fn is_internal_service_error_exception(&self) -> bool
Returns true if the error kind is DescribeAcceleratorError::InternalServiceErrorException.
sourcepub fn is_invalid_argument_exception(&self) -> bool
pub fn is_invalid_argument_exception(&self) -> bool
Returns true if the error kind is DescribeAcceleratorError::InvalidArgumentException.
Trait Implementations§
source§impl CreateUnhandledError for DescribeAcceleratorError
impl CreateUnhandledError for DescribeAcceleratorError
source§fn create_unhandled_error(
source: Box<dyn Error + Send + Sync + 'static>,
meta: Option<ErrorMetadata>
) -> Self
fn create_unhandled_error( source: Box<dyn Error + Send + Sync + 'static>, meta: Option<ErrorMetadata> ) -> Self
source and error metadata.source§impl Debug for DescribeAcceleratorError
impl Debug for DescribeAcceleratorError
source§impl Display for DescribeAcceleratorError
impl Display for DescribeAcceleratorError
source§impl Error for DescribeAcceleratorError
impl Error for DescribeAcceleratorError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<DescribeAcceleratorError> for Error
impl From<DescribeAcceleratorError> for Error
source§fn from(err: DescribeAcceleratorError) -> Self
fn from(err: DescribeAcceleratorError) -> Self
source§impl ProvideErrorMetadata for DescribeAcceleratorError
impl ProvideErrorMetadata for DescribeAcceleratorError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for DescribeAcceleratorError
impl RequestId for DescribeAcceleratorError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.