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