Enum rusoto_cloudtrail::DescribeTrailsError [] [src]

pub enum DescribeTrailsError {
    OperationNotPermitted(String),
    UnsupportedOperation(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DescribeTrails

Variants

This exception is thrown when the requested operation is not permitted.

This exception is thrown when the requested operation is not supported.

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

Trait Implementations

impl Debug for DescribeTrailsError
[src]

Formats the value using the given formatter.

impl PartialEq for DescribeTrailsError
[src]

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

This method tests for !=.

impl From<Error> for DescribeTrailsError
[src]

Performs the conversion.

impl From<CredentialsError> for DescribeTrailsError
[src]

Performs the conversion.

impl From<HttpDispatchError> for DescribeTrailsError
[src]

Performs the conversion.

impl Display for DescribeTrailsError
[src]

Formats the value using the given formatter. Read more

impl Error for DescribeTrailsError
[src]

A short description of the error. Read more

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