Enum rusoto_sqs::SendMessageError [] [src]

pub enum SendMessageError {
    InvalidMessageContents(String),
    UnsupportedOperation(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by SendMessage

Variants

The message contains characters outside the allowed set.

Error code 400. Unsupported operation.

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

Trait Implementations

impl Debug for SendMessageError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for SendMessageError
[src]

Performs the conversion.

impl From<HttpDispatchError> for SendMessageError
[src]

Performs the conversion.

impl Display for SendMessageError
[src]

Formats the value using the given formatter. Read more

impl Error for SendMessageError
[src]

A short description of the error. Read more

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