Enum aws_sdk_sqs::operation::change_message_visibility_batch::ChangeMessageVisibilityBatchError
source · #[non_exhaustive]
pub enum ChangeMessageVisibilityBatchError {
BatchEntryIdsNotDistinct(BatchEntryIdsNotDistinct),
EmptyBatchRequest(EmptyBatchRequest),
InvalidBatchEntryId(InvalidBatchEntryId),
TooManyEntriesInBatchRequest(TooManyEntriesInBatchRequest),
Unhandled(Unhandled),
}Expand description
Error type for the ChangeMessageVisibilityBatchError operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
BatchEntryIdsNotDistinct(BatchEntryIdsNotDistinct)
Two or more batch entries in the request have the same Id.
EmptyBatchRequest(EmptyBatchRequest)
The batch request doesn't contain any entries.
InvalidBatchEntryId(InvalidBatchEntryId)
The Id of a batch entry in a batch request doesn't abide by the specification.
TooManyEntriesInBatchRequest(TooManyEntriesInBatchRequest)
The batch request contains more entries than permissible.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Implementations§
source§impl ChangeMessageVisibilityBatchError
impl ChangeMessageVisibilityBatchError
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 ChangeMessageVisibilityBatchError::Unhandled variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the ChangeMessageVisibilityBatchError::Unhandled variant from a aws_smithy_types::error::ErrorMetadata.
sourcepub fn meta(&self) -> &ErrorMetadata
pub fn meta(&self) -> &ErrorMetadata
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
sourcepub fn is_batch_entry_ids_not_distinct(&self) -> bool
pub fn is_batch_entry_ids_not_distinct(&self) -> bool
Returns true if the error kind is ChangeMessageVisibilityBatchError::BatchEntryIdsNotDistinct.
sourcepub fn is_empty_batch_request(&self) -> bool
pub fn is_empty_batch_request(&self) -> bool
Returns true if the error kind is ChangeMessageVisibilityBatchError::EmptyBatchRequest.
sourcepub fn is_invalid_batch_entry_id(&self) -> bool
pub fn is_invalid_batch_entry_id(&self) -> bool
Returns true if the error kind is ChangeMessageVisibilityBatchError::InvalidBatchEntryId.
sourcepub fn is_too_many_entries_in_batch_request(&self) -> bool
pub fn is_too_many_entries_in_batch_request(&self) -> bool
Returns true if the error kind is ChangeMessageVisibilityBatchError::TooManyEntriesInBatchRequest.
Trait Implementations§
source§impl CreateUnhandledError for ChangeMessageVisibilityBatchError
impl CreateUnhandledError for ChangeMessageVisibilityBatchError
source§fn create_unhandled_error(
source: Box<dyn Error + Send + Sync + 'static>,
meta: Option<ErrorMetadata>
) -> Self
fn create_unhandled_error( source: Box<dyn Error + Send + Sync + 'static>, meta: Option<ErrorMetadata> ) -> Self
source and error metadata.source§impl Error for ChangeMessageVisibilityBatchError
impl Error for ChangeMessageVisibilityBatchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<ChangeMessageVisibilityBatchError> for Error
impl From<ChangeMessageVisibilityBatchError> for Error
source§fn from(err: ChangeMessageVisibilityBatchError) -> Self
fn from(err: ChangeMessageVisibilityBatchError) -> Self
source§impl ProvideErrorMetadata for ChangeMessageVisibilityBatchError
impl ProvideErrorMetadata for ChangeMessageVisibilityBatchError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for ChangeMessageVisibilityBatchError
impl RequestId for ChangeMessageVisibilityBatchError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.