Enum aws_sdk_cloud9::Error [−][src]
#[non_exhaustive]
pub enum Error {
BadRequestException(BadRequestException),
ConcurrentAccessException(ConcurrentAccessException),
ConflictException(ConflictException),
ForbiddenException(ForbiddenException),
InternalServerErrorException(InternalServerErrorException),
LimitExceededException(LimitExceededException),
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)
The target request is invalid.
Tuple Fields of BadRequestException
ConcurrentAccessException(ConcurrentAccessException)
A concurrent access issue occurred.
Tuple Fields of ConcurrentAccessException
ConflictException(ConflictException)
A conflict occurred.
Tuple Fields of ConflictException
ForbiddenException(ForbiddenException)
An access permissions issue occurred.
Tuple Fields of ForbiddenException
InternalServerErrorException(InternalServerErrorException)
An internal server error occurred.
Tuple Fields of InternalServerErrorException
LimitExceededException(LimitExceededException)
A service limit was exceeded.
Tuple Fields of LimitExceededException
NotFoundException(NotFoundException)
The target resource cannot be found.
Tuple Fields of NotFoundException
TooManyRequestsException(TooManyRequestsException)
Too many service requests were made over the given time period.
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.
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