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