Enum aws_sdk_codegurureviewer::Error [−][src]
#[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
ConflictException(ConflictException),
InternalServerException(InternalServerException),
NotFoundException(NotFoundException),
ResourceNotFoundException(ResourceNotFoundException),
ThrottlingException(ThrottlingException),
ValidationException(ValidationException),
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
AccessDeniedException(AccessDeniedException)
You do not have sufficient access to perform this action.
Tuple Fields of AccessDeniedException
ConflictException(ConflictException)
The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
Tuple Fields of ConflictException
InternalServerException(InternalServerException)
The server encountered an internal error and is unable to complete the request.
Tuple Fields of InternalServerException
NotFoundException(NotFoundException)
The resource specified in the request was not found.
Tuple Fields of NotFoundException
ResourceNotFoundException(ResourceNotFoundException)
The resource specified in the request was not found.
Tuple Fields of ResourceNotFoundException
ThrottlingException(ThrottlingException)
The request was denied due to request throttling.
Tuple Fields of ThrottlingException
ValidationException(ValidationException)
The input fails to satisfy the specified constraints.
Tuple Fields of ValidationException
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