Struct aws_sdk_codecommit::error::BatchDescribeMergeConflictsError [−][src]
#[non_exhaustive]pub struct BatchDescribeMergeConflictsError {
pub kind: BatchDescribeMergeConflictsErrorKind,
// some fields omitted
}Expand description
Error type for the BatchDescribeMergeConflicts 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: BatchDescribeMergeConflictsErrorKindKind of error that occurred.
Implementations
Creates a new BatchDescribeMergeConflictsError.
Creates the BatchDescribeMergeConflictsError::Unhandled variant from any error type.
Creates the BatchDescribeMergeConflictsError::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 BatchDescribeMergeConflictsErrorKind::CommitDoesNotExistException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::CommitRequiredException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::EncryptionIntegrityChecksFailedException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::EncryptionKeyAccessDeniedException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::EncryptionKeyDisabledException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::EncryptionKeyNotFoundException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::EncryptionKeyUnavailableException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::InvalidCommitException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::InvalidConflictDetailLevelException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::InvalidConflictResolutionStrategyException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::InvalidContinuationTokenException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::InvalidMaxConflictFilesException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::InvalidMaxMergeHunksException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::InvalidMergeOptionException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::InvalidRepositoryNameException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::MaximumFileContentToLoadExceededException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::MaximumItemsToCompareExceededException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::MergeOptionRequiredException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::RepositoryDoesNotExistException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::RepositoryNameRequiredException.
Returns true if the error kind is BatchDescribeMergeConflictsErrorKind::TipsDivergenceExceededException.
Trait Implementations
Auto Trait Implementations
impl Send for BatchDescribeMergeConflictsError
impl Sync for BatchDescribeMergeConflictsError
impl Unpin for BatchDescribeMergeConflictsError
impl !UnwindSafe for BatchDescribeMergeConflictsError
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