Struct aws_sdk_codecommit::error::BatchGetCommitsError
source · [−]#[non_exhaustive]pub struct BatchGetCommitsError {
pub kind: BatchGetCommitsErrorKind,
/* private fields */
}
Expand description
Error type for the BatchGetCommits
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: BatchGetCommitsErrorKind
Kind of error that occurred.
Implementations
Creates a new BatchGetCommitsError
.
Creates the BatchGetCommitsError::Unhandled
variant from any error type.
Creates the BatchGetCommitsError::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 BatchGetCommitsErrorKind::CommitIdsLimitExceededException
.
Returns true
if the error kind is BatchGetCommitsErrorKind::CommitIdsListRequiredException
.
Returns true
if the error kind is BatchGetCommitsErrorKind::EncryptionIntegrityChecksFailedException
.
Returns true
if the error kind is BatchGetCommitsErrorKind::EncryptionKeyAccessDeniedException
.
Returns true
if the error kind is BatchGetCommitsErrorKind::EncryptionKeyDisabledException
.
Returns true
if the error kind is BatchGetCommitsErrorKind::EncryptionKeyNotFoundException
.
Returns true
if the error kind is BatchGetCommitsErrorKind::EncryptionKeyUnavailableException
.
Returns true
if the error kind is BatchGetCommitsErrorKind::InvalidRepositoryNameException
.
Returns true
if the error kind is BatchGetCommitsErrorKind::RepositoryDoesNotExistException
.
Returns true
if the error kind is BatchGetCommitsErrorKind::RepositoryNameRequiredException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BatchGetCommitsError
impl Send for BatchGetCommitsError
impl Sync for BatchGetCommitsError
impl Unpin for BatchGetCommitsError
impl !UnwindSafe for BatchGetCommitsError
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