Enum rusoto_sqs::PurgeQueueError [] [src]

pub enum PurgeQueueError {
    PurgeQueueInProgress(String),
    QueueDoesNotExist(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by PurgeQueue

Variants

Indicates that the specified queue previously received a PurgeQueue request within the last 60 seconds (the time it can take to delete the messages in the queue).

The queue referred to doesn't exist.

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 PurgeQueueError
[src]

Trait Implementations

impl Debug for PurgeQueueError
[src]

Formats the value using the given formatter.

impl PartialEq for PurgeQueueError
[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 PurgeQueueError
[src]

Performs the conversion.

impl From<CredentialsError> for PurgeQueueError
[src]

Performs the conversion.

impl From<HttpDispatchError> for PurgeQueueError
[src]

Performs the conversion.

impl Display for PurgeQueueError
[src]

Formats the value using the given formatter. Read more

impl Error for PurgeQueueError
[src]

A short description of the error. Read more

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