Enum rusoto_sqs::DeleteMessageError [] [src]

pub enum DeleteMessageError {
    InvalidIdFormat(String),
    ReceiptHandleIsInvalid(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DeleteMessage

Variants

The receipt handle isn't valid for the current version.

The receipt handle provided isn't valid.

An error occurred dispatching the HTTP request

An error was encountered with AWS credentials.

A validation error occurred. Details from AWS are provided.

An unknown error occurred. The raw HTTP response is provided.

Methods

impl DeleteMessageError
[src]

Trait Implementations

impl Debug for DeleteMessageError
[src]

Formats the value using the given formatter.

impl PartialEq for DeleteMessageError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<XmlParseError> for DeleteMessageError
[src]

Performs the conversion.

impl From<CredentialsError> for DeleteMessageError
[src]

Performs the conversion.

impl From<HttpDispatchError> for DeleteMessageError
[src]

Performs the conversion.

impl From<Error> for DeleteMessageError
[src]

Performs the conversion.

impl Display for DeleteMessageError
[src]

Formats the value using the given formatter. Read more

impl Error for DeleteMessageError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more