#[non_exhaustive]pub struct PostCommentForComparedCommitError {
pub kind: PostCommentForComparedCommitErrorKind,
/* private fields */
}
Expand description
Error type for the PostCommentForComparedCommit
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: PostCommentForComparedCommitErrorKind
Kind of error that occurred.
Implementations§
source§impl PostCommentForComparedCommitError
impl PostCommentForComparedCommitError
sourcepub fn new(kind: PostCommentForComparedCommitErrorKind, meta: Error) -> Self
pub fn new(kind: PostCommentForComparedCommitErrorKind, meta: Error) -> Self
Creates a new PostCommentForComparedCommitError
.
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 PostCommentForComparedCommitError::Unhandled
variant from any error type.
sourcepub fn generic(err: Error) -> Self
pub fn generic(err: Error) -> Self
Creates the PostCommentForComparedCommitError::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_before_commit_id_and_after_commit_id_are_same_exception(&self) -> bool
pub fn is_before_commit_id_and_after_commit_id_are_same_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::BeforeCommitIdAndAfterCommitIdAreSameException
.
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 PostCommentForComparedCommitErrorKind::ClientRequestTokenRequiredException
.
sourcepub fn is_comment_content_required_exception(&self) -> bool
pub fn is_comment_content_required_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::CommentContentRequiredException
.
sourcepub fn is_comment_content_size_limit_exceeded_exception(&self) -> bool
pub fn is_comment_content_size_limit_exceeded_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::CommentContentSizeLimitExceededException
.
sourcepub fn is_commit_does_not_exist_exception(&self) -> bool
pub fn is_commit_does_not_exist_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::CommitDoesNotExistException
.
sourcepub fn is_commit_id_required_exception(&self) -> bool
pub fn is_commit_id_required_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::CommitIdRequiredException
.
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 PostCommentForComparedCommitErrorKind::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 PostCommentForComparedCommitErrorKind::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 PostCommentForComparedCommitErrorKind::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 PostCommentForComparedCommitErrorKind::EncryptionKeyNotFoundException
.
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::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 PostCommentForComparedCommitErrorKind::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 PostCommentForComparedCommitErrorKind::InvalidClientRequestTokenException
.
sourcepub fn is_invalid_commit_id_exception(&self) -> bool
pub fn is_invalid_commit_id_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::InvalidCommitIdException
.
sourcepub fn is_invalid_file_location_exception(&self) -> bool
pub fn is_invalid_file_location_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::InvalidFileLocationException
.
sourcepub fn is_invalid_file_position_exception(&self) -> bool
pub fn is_invalid_file_position_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::InvalidFilePositionException
.
sourcepub fn is_invalid_path_exception(&self) -> bool
pub fn is_invalid_path_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::InvalidPathException
.
sourcepub fn is_invalid_relative_file_version_enum_exception(&self) -> bool
pub fn is_invalid_relative_file_version_enum_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::InvalidRelativeFileVersionEnumException
.
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 PostCommentForComparedCommitErrorKind::InvalidRepositoryNameException
.
sourcepub fn is_path_does_not_exist_exception(&self) -> bool
pub fn is_path_does_not_exist_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::PathDoesNotExistException
.
sourcepub fn is_path_required_exception(&self) -> bool
pub fn is_path_required_exception(&self) -> bool
Returns true
if the error kind is PostCommentForComparedCommitErrorKind::PathRequiredException
.
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 PostCommentForComparedCommitErrorKind::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 PostCommentForComparedCommitErrorKind::RepositoryNameRequiredException
.