#[non_exhaustive]pub struct TestRepositoryTriggersError {
pub kind: TestRepositoryTriggersErrorKind,
/* private fields */
}
Expand description
Error type for the TestRepositoryTriggers
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: TestRepositoryTriggersErrorKind
Kind of error that occurred.
Implementations
Creates a new TestRepositoryTriggersError
.
Creates the TestRepositoryTriggersError::Unhandled
variant from any error type.
Creates the TestRepositoryTriggersError::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 TestRepositoryTriggersErrorKind::EncryptionIntegrityChecksFailedException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::EncryptionKeyAccessDeniedException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::EncryptionKeyDisabledException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::EncryptionKeyNotFoundException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::EncryptionKeyUnavailableException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::InvalidRepositoryNameException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::InvalidRepositoryTriggerBranchNameException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::InvalidRepositoryTriggerCustomDataException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::InvalidRepositoryTriggerDestinationArnException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::InvalidRepositoryTriggerEventsException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::InvalidRepositoryTriggerNameException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::InvalidRepositoryTriggerRegionException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::MaximumBranchesExceededException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::MaximumRepositoryTriggersExceededException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::RepositoryDoesNotExistException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::RepositoryNameRequiredException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::RepositoryTriggerBranchNameListRequiredException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::RepositoryTriggerDestinationArnRequiredException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::RepositoryTriggerEventsListRequiredException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::RepositoryTriggerNameRequiredException
.
Returns true
if the error kind is TestRepositoryTriggersErrorKind::RepositoryTriggersListRequiredException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TestRepositoryTriggersError
impl Send for TestRepositoryTriggersError
impl Sync for TestRepositoryTriggersError
impl Unpin for TestRepositoryTriggersError
impl !UnwindSafe for TestRepositoryTriggersError
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