Enum aws_sdk_amplifybackend::Error [−][src]
#[non_exhaustive]
pub enum Error {
BadRequestException(BadRequestException),
GatewayTimeoutException(GatewayTimeoutException),
NotFoundException(NotFoundException),
TooManyRequestsException(TooManyRequestsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
BadRequestException(BadRequestException)
An error returned if a request is not formed properly.
Tuple Fields of BadRequestException
GatewayTimeoutException(GatewayTimeoutException)
An error returned if there's a temporary issue with the service.
Tuple Fields of GatewayTimeoutException
NotFoundException(NotFoundException)
An error returned when a specific resource type is not found.
Tuple Fields of NotFoundException
TooManyRequestsException(TooManyRequestsException)
An error that is returned when a limit of a specific type has been exceeded.
Tuple Fields of TooManyRequestsException
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. 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