Struct aws_sdk_codecommit::error::MergePullRequestBySquashError [−][src]
#[non_exhaustive]pub struct MergePullRequestBySquashError {
pub kind: MergePullRequestBySquashErrorKind,
// some fields omitted
}Expand description
Error type for the MergePullRequestBySquash 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: MergePullRequestBySquashErrorKindKind of error that occurred.
Implementations
Creates a new MergePullRequestBySquashError.
Creates the MergePullRequestBySquashError::Unhandled variant from any error type.
Creates the MergePullRequestBySquashError::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 MergePullRequestBySquashErrorKind::CommitMessageLengthExceededException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::ConcurrentReferenceUpdateException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::EncryptionIntegrityChecksFailedException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::EncryptionKeyAccessDeniedException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::EncryptionKeyDisabledException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::EncryptionKeyNotFoundException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::EncryptionKeyUnavailableException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::FileContentSizeLimitExceededException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::FolderContentSizeLimitExceededException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidCommitIdException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidConflictDetailLevelException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidConflictResolutionException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidConflictResolutionStrategyException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidEmailException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidFileModeException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidPathException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidPullRequestIdException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidReplacementContentException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidReplacementTypeException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::InvalidRepositoryNameException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::ManualMergeRequiredException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::MaximumConflictResolutionEntriesExceededException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::MaximumFileContentToLoadExceededException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::MaximumItemsToCompareExceededException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::MultipleConflictResolutionEntriesException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::NameLengthExceededException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::PathRequiredException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::PullRequestAlreadyClosedException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::PullRequestApprovalRulesNotSatisfiedException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::PullRequestDoesNotExistException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::PullRequestIdRequiredException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::ReplacementContentRequiredException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::ReplacementTypeRequiredException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::RepositoryDoesNotExistException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::RepositoryNameRequiredException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::RepositoryNotAssociatedWithPullRequestException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::TipOfSourceReferenceIsDifferentException.
Returns true if the error kind is MergePullRequestBySquashErrorKind::TipsDivergenceExceededException.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MergePullRequestBySquashError
impl Send for MergePullRequestBySquashError
impl Sync for MergePullRequestBySquashError
impl Unpin for MergePullRequestBySquashError
impl !UnwindSafe for MergePullRequestBySquashError
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