Struct aws_sdk_codecommit::error::MergeBranchesByThreeWayError [−][src]
#[non_exhaustive]pub struct MergeBranchesByThreeWayError {
pub kind: MergeBranchesByThreeWayErrorKind,
// some fields omitted
}Expand description
Error type for the MergeBranchesByThreeWay 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: MergeBranchesByThreeWayErrorKindKind of error that occurred.
Implementations
Creates a new MergeBranchesByThreeWayError.
Creates the MergeBranchesByThreeWayError::Unhandled variant from any error type.
Creates the MergeBranchesByThreeWayError::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 MergeBranchesByThreeWayErrorKind::BranchDoesNotExistException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::BranchNameIsTagNameException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::BranchNameRequiredException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::CommitDoesNotExistException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::CommitMessageLengthExceededException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::CommitRequiredException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::ConcurrentReferenceUpdateException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::EncryptionIntegrityChecksFailedException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::EncryptionKeyAccessDeniedException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::EncryptionKeyDisabledException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::EncryptionKeyNotFoundException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::EncryptionKeyUnavailableException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::FileContentSizeLimitExceededException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::FileModeRequiredException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::FolderContentSizeLimitExceededException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidBranchNameException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidCommitException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidConflictDetailLevelException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidConflictResolutionException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidConflictResolutionStrategyException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidEmailException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidFileModeException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidPathException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidReplacementContentException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidReplacementTypeException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidRepositoryNameException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::InvalidTargetBranchException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::ManualMergeRequiredException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::MaximumConflictResolutionEntriesExceededException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::MaximumFileContentToLoadExceededException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::MaximumItemsToCompareExceededException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::MultipleConflictResolutionEntriesException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::NameLengthExceededException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::PathRequiredException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::ReplacementContentRequiredException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::ReplacementTypeRequiredException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::RepositoryDoesNotExistException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::RepositoryNameRequiredException.
Returns true if the error kind is MergeBranchesByThreeWayErrorKind::TipsDivergenceExceededException.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MergeBranchesByThreeWayError
impl Send for MergeBranchesByThreeWayError
impl Sync for MergeBranchesByThreeWayError
impl Unpin for MergeBranchesByThreeWayError
impl !UnwindSafe for MergeBranchesByThreeWayError
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