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