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)
One of the parameters in the request is invalid.
Tuple Fields of BadRequestException
ConflictException(ConflictException)
The resource already exists.
Tuple Fields of ConflictException
ForbiddenException(ForbiddenException)
The client is not authenticated.
Tuple Fields of ForbiddenException
InternalServerErrorException(InternalServerErrorException)
The AWS Serverless Application Repository service encountered an internal error.
Tuple Fields of InternalServerErrorException
NotFoundException(NotFoundException)
The resource (for example, an access policy statement) specified in the request doesn't exist.
Tuple Fields of NotFoundException
TooManyRequestsException(TooManyRequestsException)
The client is sending more than the allowed number of requests per unit of time.
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.
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