Enum aws_sdk_serverlessapplicationrepository::Error [−][src]
#[non_exhaustive]
pub enum Error {
BadRequestException(BadRequestException),
ConflictException(ConflictException),
ForbiddenException(ForbiddenException),
InternalServerErrorException(InternalServerErrorException),
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)
Tuple Fields
One of the parameters in the request is invalid.
ConflictException(ConflictException)
Tuple Fields
The resource already exists.
ForbiddenException(ForbiddenException)
Tuple Fields
The client is not authenticated.
InternalServerErrorException(InternalServerErrorException)
Tuple Fields
The AWS Serverless Application Repository service encountered an internal error.
NotFoundException(NotFoundException)
Tuple Fields
The resource (for example, an access policy statement) specified in the request doesn't exist.
TooManyRequestsException(TooManyRequestsException)
Tuple Fields
The client is sending more than the allowed number of requests per unit of time.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
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.
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