Enum rusoto_meteringmarketplace::ResolveCustomerError [] [src]

pub enum ResolveCustomerError {
    ExpiredToken(String),
    InternalServiceError(String),
    InvalidToken(String),
    Throttling(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by ResolveCustomer

Variants

The submitted registration token has expired. This can happen if the buyer's browser takes too long to redirect to your page, the buyer has resubmitted the registration token, or your application has held on to the registration token for too long. Your SaaS registration website should redeem this token as soon as it is submitted by the buyer's browser.

An internal error has occurred. Retry your request. If the problem persists, post a message with details on the AWS forums.

The calls to the MeterUsage API are throttled.

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

Trait Implementations

impl Debug for ResolveCustomerError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for ResolveCustomerError
[src]

Performs the conversion.

impl From<HttpDispatchError> for ResolveCustomerError
[src]

Performs the conversion.

impl Display for ResolveCustomerError
[src]

Formats the value using the given formatter. Read more

impl Error for ResolveCustomerError
[src]

A short description of the error. Read more

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