Enum aws_sdk_codebuild::Error
source · [−]#[non_exhaustive]
pub enum Error {
AccountLimitExceededException(AccountLimitExceededException),
InvalidInputException(InvalidInputException),
OAuthProviderException(OAuthProviderException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceNotFoundException(ResourceNotFoundException),
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
AccountLimitExceededException(AccountLimitExceededException)
An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.
InvalidInputException(InvalidInputException)
The input value that was provided is not valid.
OAuthProviderException(OAuthProviderException)
There was a problem with the underlying OAuth provider.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same settings already exists.
ResourceNotFoundException(ResourceNotFoundException)
The specified Amazon Web Services resource cannot be found.
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.
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.
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.
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