|  | Alexa Auto SDK
    2.3.0
    | 
Describes an error during an attempt to authorize with AVS
| com.amazon.aace.alexa.AlexaClient.AuthError.NO_ERROR | 
No error encountered
| com.amazon.aace.alexa.AlexaClient.AuthError.UNKNOWN_ERROR | 
An error was encountered, but no error description can be determined.
| com.amazon.aace.alexa.AlexaClient.AuthError.AUTHORIZATION_FAILED | 
The client authorization failed.
| com.amazon.aace.alexa.AlexaClient.AuthError.UNAUTHORIZED_CLIENT | 
The client is not authorized to use authorization codes.
| com.amazon.aace.alexa.AlexaClient.AuthError.SERVER_ERROR | 
The server encountered a runtime error.
| com.amazon.aace.alexa.AlexaClient.AuthError.INVALID_REQUEST | 
The request is missing a required parameter, has an invalid value, or is otherwise malformed.
| com.amazon.aace.alexa.AlexaClient.AuthError.INVALID_VALUE | 
One of the values in the request was invalid.
| com.amazon.aace.alexa.AlexaClient.AuthError.AUTHORIZATION_EXPIRED | 
The authorization code is invalid, expired, revoked, or was issued to a different client.
| com.amazon.aace.alexa.AlexaClient.AuthError.UNSUPPORTED_GRANT_TYPE | 
The client specified the wrong token type.
| com.amazon.aace.alexa.AlexaClient.AuthError.INVALID_CODE_PAIR | 
Invalid code pair provided in Code-based linking token request.
| com.amazon.aace.alexa.AlexaClient.AuthError.AUTHORIZATION_PENDING | 
Waiting for user to authorize the specified code pair.
| com.amazon.aace.alexa.AlexaClient.AuthError.SLOW_DOWN | 
Client should slow down in the rate of requests polling for an access token.
| com.amazon.aace.alexa.AlexaClient.AuthError.INTERNAL_ERROR | 
Internal error in client code.
| com.amazon.aace.alexa.AlexaClient.AuthError.INVALID_CBL_CLIENT_ID | 
Client ID not valid for use with code based linking.
Alexa Auto SDK 2.3.0 - Copyright 2017-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0