Enum rusoto_swf::RegisterDomainError [] [src]

pub enum RegisterDomainError {
    LimitExceededFault(String),
    DomainAlreadyExistsFault(String),
    OperationNotPermittedFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by RegisterDomain

Variants

Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.

Returned if the specified domain already exists. You will get this fault even if the existing domain is in deprecated status.

Returned when the caller does not have sufficient permissions to invoke the action.

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

Trait Implementations

impl Debug for RegisterDomainError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for RegisterDomainError
[src]

Performs the conversion.

impl From<HttpDispatchError> for RegisterDomainError
[src]

Performs the conversion.

impl From<Error> for RegisterDomainError
[src]

Performs the conversion.

impl Display for RegisterDomainError
[src]

Formats the value using the given formatter. Read more

impl Error for RegisterDomainError
[src]

A short description of the error. Read more

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