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)
Tuple Fields
You do not have sufficient access to perform this action.
ConflictException(ConflictException)
Tuple Fields
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.
InternalServerException(InternalServerException)
Tuple Fields
The server encountered an internal error and is unable to complete the request.
NotFoundException(NotFoundException)
Tuple Fields
The resource specified in the request was not found.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The resource specified in the request was not found.
ThrottlingException(ThrottlingException)
Tuple Fields
The request was denied due to request throttling.
ValidationException(ValidationException)
Tuple Fields
The input fails to satisfy the specified constraints.
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