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