#[non_exhaustive]
pub enum TestRepositoryTriggersErrorKind {
Show 22 variants EncryptionIntegrityChecksFailedException(EncryptionIntegrityChecksFailedException), EncryptionKeyAccessDeniedException(EncryptionKeyAccessDeniedException), EncryptionKeyDisabledException(EncryptionKeyDisabledException), EncryptionKeyNotFoundException(EncryptionKeyNotFoundException), EncryptionKeyUnavailableException(EncryptionKeyUnavailableException), InvalidRepositoryNameException(InvalidRepositoryNameException), InvalidRepositoryTriggerBranchNameException(InvalidRepositoryTriggerBranchNameException), InvalidRepositoryTriggerCustomDataException(InvalidRepositoryTriggerCustomDataException), InvalidRepositoryTriggerDestinationArnException(InvalidRepositoryTriggerDestinationArnException), InvalidRepositoryTriggerEventsException(InvalidRepositoryTriggerEventsException), InvalidRepositoryTriggerNameException(InvalidRepositoryTriggerNameException), InvalidRepositoryTriggerRegionException(InvalidRepositoryTriggerRegionException), MaximumBranchesExceededException(MaximumBranchesExceededException), MaximumRepositoryTriggersExceededException(MaximumRepositoryTriggersExceededException), RepositoryDoesNotExistException(RepositoryDoesNotExistException), RepositoryNameRequiredException(RepositoryNameRequiredException), RepositoryTriggerBranchNameListRequiredException(RepositoryTriggerBranchNameListRequiredException), RepositoryTriggerDestinationArnRequiredException(RepositoryTriggerDestinationArnRequiredException), RepositoryTriggerEventsListRequiredException(RepositoryTriggerEventsListRequiredException), RepositoryTriggerNameRequiredException(RepositoryTriggerNameRequiredException), RepositoryTriggersListRequiredException(RepositoryTriggersListRequiredException), Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description

Types of errors that can occur for the TestRepositoryTriggers operation.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.

EncryptionIntegrityChecksFailedException(EncryptionIntegrityChecksFailedException)

An encryption integrity check failed.

EncryptionKeyAccessDeniedException(EncryptionKeyAccessDeniedException)

An encryption key could not be accessed.

EncryptionKeyDisabledException(EncryptionKeyDisabledException)

The encryption key is disabled.

EncryptionKeyNotFoundException(EncryptionKeyNotFoundException)

No encryption key was found.

EncryptionKeyUnavailableException(EncryptionKeyUnavailableException)

The encryption key is not available.

InvalidRepositoryNameException(InvalidRepositoryNameException)

A specified repository name is not valid.

This exception occurs only when a specified repository name is not valid. Other exceptions occur when a required repository parameter is missing, or when a specified repository does not exist.

InvalidRepositoryTriggerBranchNameException(InvalidRepositoryTriggerBranchNameException)

One or more branch names specified for the trigger is not valid.

InvalidRepositoryTriggerCustomDataException(InvalidRepositoryTriggerCustomDataException)

The custom data provided for the trigger is not valid.

InvalidRepositoryTriggerDestinationArnException(InvalidRepositoryTriggerDestinationArnException)

The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type.

InvalidRepositoryTriggerEventsException(InvalidRepositoryTriggerEventsException)

One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events.

InvalidRepositoryTriggerNameException(InvalidRepositoryTriggerNameException)

The name of the trigger is not valid.

InvalidRepositoryTriggerRegionException(InvalidRepositoryTriggerRegionException)

The AWS Region for the trigger target does not match the AWS Region for the repository. Triggers must be created in the same Region as the target for the trigger.

MaximumBranchesExceededException(MaximumBranchesExceededException)

The number of branches for the trigger was exceeded.

MaximumRepositoryTriggersExceededException(MaximumRepositoryTriggersExceededException)

The number of triggers allowed for the repository was exceeded.

RepositoryDoesNotExistException(RepositoryDoesNotExistException)

The specified repository does not exist.

RepositoryNameRequiredException(RepositoryNameRequiredException)

A repository name is required, but was not specified.

RepositoryTriggerBranchNameListRequiredException(RepositoryTriggerBranchNameListRequiredException)

At least one branch name is required, but was not specified in the trigger configuration.

RepositoryTriggerDestinationArnRequiredException(RepositoryTriggerDestinationArnRequiredException)

A destination ARN for the target service for the trigger is required, but was not specified.

RepositoryTriggerEventsListRequiredException(RepositoryTriggerEventsListRequiredException)

At least one event for the trigger is required, but was not specified.

RepositoryTriggerNameRequiredException(RepositoryTriggerNameRequiredException)

A name for the trigger is required, but was not specified.

RepositoryTriggersListRequiredException(RepositoryTriggersListRequiredException)

The list of triggers for the repository is required, but was not specified.

Unhandled(Box<dyn Error + Send + Sync + 'static>)

An unexpected error, e.g. invalid JSON returned by the service or an unknown error code

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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