#[non_exhaustive]pub struct PutRepositoryTriggersError {
pub kind: PutRepositoryTriggersErrorKind,
/* private fields */
}
Expand description
Error type for the PutRepositoryTriggers
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.kind: PutRepositoryTriggersErrorKind
Kind of error that occurred.
Implementations
Creates a new PutRepositoryTriggersError
.
Creates the PutRepositoryTriggersError::Unhandled
variant from any error type.
Creates the PutRepositoryTriggersError::Unhandled
variant from a aws_smithy_types::Error
.
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
Returns the request ID if it’s available.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::EncryptionIntegrityChecksFailedException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::EncryptionKeyAccessDeniedException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::EncryptionKeyDisabledException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::EncryptionKeyNotFoundException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::EncryptionKeyUnavailableException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::InvalidRepositoryNameException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::InvalidRepositoryTriggerBranchNameException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::InvalidRepositoryTriggerCustomDataException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::InvalidRepositoryTriggerDestinationArnException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::InvalidRepositoryTriggerEventsException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::InvalidRepositoryTriggerNameException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::InvalidRepositoryTriggerRegionException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::MaximumBranchesExceededException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::MaximumRepositoryTriggersExceededException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::RepositoryDoesNotExistException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::RepositoryNameRequiredException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::RepositoryTriggerBranchNameListRequiredException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::RepositoryTriggerDestinationArnRequiredException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::RepositoryTriggerEventsListRequiredException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::RepositoryTriggerNameRequiredException
.
Returns true
if the error kind is PutRepositoryTriggersErrorKind::RepositoryTriggersListRequiredException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PutRepositoryTriggersError
impl Send for PutRepositoryTriggersError
impl Sync for PutRepositoryTriggersError
impl Unpin for PutRepositoryTriggersError
impl !UnwindSafe for PutRepositoryTriggersError
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