Struct aws_sdk_codecommit::error::CreatePullRequestError
source · #[non_exhaustive]pub struct CreatePullRequestError {
pub kind: CreatePullRequestErrorKind,
/* private fields */
}
Expand description
Error type for the CreatePullRequest
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: CreatePullRequestErrorKind
Kind of error that occurred.
Implementations§
source§impl CreatePullRequestError
impl CreatePullRequestError
sourcepub fn new(kind: CreatePullRequestErrorKind, meta: Error) -> Self
pub fn new(kind: CreatePullRequestErrorKind, meta: Error) -> Self
Creates a new CreatePullRequestError
.
sourcepub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
pub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
Creates the CreatePullRequestError::Unhandled
variant from any error type.
sourcepub fn generic(err: Error) -> Self
pub fn generic(err: Error) -> Self
Creates the CreatePullRequestError::Unhandled
variant from a aws_smithy_types::Error
.
sourcepub fn meta(&self) -> &Error
pub fn meta(&self) -> &Error
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
Returns the request ID if it’s available.
sourcepub fn is_client_request_token_required_exception(&self) -> bool
pub fn is_client_request_token_required_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::ClientRequestTokenRequiredException
.
sourcepub fn is_encryption_integrity_checks_failed_exception(&self) -> bool
pub fn is_encryption_integrity_checks_failed_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::EncryptionIntegrityChecksFailedException
.
sourcepub fn is_encryption_key_access_denied_exception(&self) -> bool
pub fn is_encryption_key_access_denied_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::EncryptionKeyAccessDeniedException
.
sourcepub fn is_encryption_key_disabled_exception(&self) -> bool
pub fn is_encryption_key_disabled_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::EncryptionKeyDisabledException
.
sourcepub fn is_encryption_key_not_found_exception(&self) -> bool
pub fn is_encryption_key_not_found_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::EncryptionKeyNotFoundException
.
Returns true
if the error kind is CreatePullRequestErrorKind::EncryptionKeyUnavailableException
.
sourcepub fn is_idempotency_parameter_mismatch_exception(&self) -> bool
pub fn is_idempotency_parameter_mismatch_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::IdempotencyParameterMismatchException
.
sourcepub fn is_invalid_client_request_token_exception(&self) -> bool
pub fn is_invalid_client_request_token_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::InvalidClientRequestTokenException
.
sourcepub fn is_invalid_description_exception(&self) -> bool
pub fn is_invalid_description_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::InvalidDescriptionException
.
sourcepub fn is_invalid_reference_name_exception(&self) -> bool
pub fn is_invalid_reference_name_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::InvalidReferenceNameException
.
sourcepub fn is_invalid_repository_name_exception(&self) -> bool
pub fn is_invalid_repository_name_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::InvalidRepositoryNameException
.
sourcepub fn is_invalid_target_exception(&self) -> bool
pub fn is_invalid_target_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::InvalidTargetException
.
sourcepub fn is_invalid_targets_exception(&self) -> bool
pub fn is_invalid_targets_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::InvalidTargetsException
.
sourcepub fn is_invalid_title_exception(&self) -> bool
pub fn is_invalid_title_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::InvalidTitleException
.
sourcepub fn is_maximum_open_pull_requests_exceeded_exception(&self) -> bool
pub fn is_maximum_open_pull_requests_exceeded_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::MaximumOpenPullRequestsExceededException
.
sourcepub fn is_multiple_repositories_in_pull_request_exception(&self) -> bool
pub fn is_multiple_repositories_in_pull_request_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::MultipleRepositoriesInPullRequestException
.
sourcepub fn is_reference_does_not_exist_exception(&self) -> bool
pub fn is_reference_does_not_exist_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::ReferenceDoesNotExistException
.
sourcepub fn is_reference_name_required_exception(&self) -> bool
pub fn is_reference_name_required_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::ReferenceNameRequiredException
.
sourcepub fn is_reference_type_not_supported_exception(&self) -> bool
pub fn is_reference_type_not_supported_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::ReferenceTypeNotSupportedException
.
sourcepub fn is_repository_does_not_exist_exception(&self) -> bool
pub fn is_repository_does_not_exist_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::RepositoryDoesNotExistException
.
sourcepub fn is_repository_name_required_exception(&self) -> bool
pub fn is_repository_name_required_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::RepositoryNameRequiredException
.
sourcepub fn is_source_and_destination_are_same_exception(&self) -> bool
pub fn is_source_and_destination_are_same_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::SourceAndDestinationAreSameException
.
sourcepub fn is_target_required_exception(&self) -> bool
pub fn is_target_required_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::TargetRequiredException
.
sourcepub fn is_targets_required_exception(&self) -> bool
pub fn is_targets_required_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::TargetsRequiredException
.
sourcepub fn is_title_required_exception(&self) -> bool
pub fn is_title_required_exception(&self) -> bool
Returns true
if the error kind is CreatePullRequestErrorKind::TitleRequiredException
.