Alexa Auto SDK  2.0.0
Public Attributes | List of all members
com.amazon.aace.alexa.AlexaClient.AuthError Enum Reference

Public Attributes

 NO_ERROR
 
 UNKNOWN_ERROR
 
 AUTHORIZATION_FAILED
 
 UNAUTHORIZED_CLIENT
 
 SERVER_ERROR
 
 INVALID_REQUEST
 
 INVALID_VALUE
 
 AUTHORIZATION_EXPIRED
 
 UNSUPPORTED_GRANT_TYPE
 
 INVALID_CODE_PAIR
 
 AUTHORIZATION_PENDING
 
 SLOW_DOWN
 
 INTERNAL_ERROR
 
 INVALID_CBL_CLIENT_ID
 

Detailed Description

Describes an error during an attempt to authorize with AVS

Member Data Documentation

◆ NO_ERROR

com.amazon.aace.alexa.AlexaClient.AuthError.NO_ERROR

No error encountered

◆ UNKNOWN_ERROR

com.amazon.aace.alexa.AlexaClient.AuthError.UNKNOWN_ERROR

An error was encountered, but no error description can be determined.

◆ AUTHORIZATION_FAILED

com.amazon.aace.alexa.AlexaClient.AuthError.AUTHORIZATION_FAILED

The client authorization failed.

◆ UNAUTHORIZED_CLIENT

com.amazon.aace.alexa.AlexaClient.AuthError.UNAUTHORIZED_CLIENT

The client is not authorized to use authorization codes.

◆ SERVER_ERROR

com.amazon.aace.alexa.AlexaClient.AuthError.SERVER_ERROR

The server encountered a runtime error.

◆ INVALID_REQUEST

com.amazon.aace.alexa.AlexaClient.AuthError.INVALID_REQUEST

The request is missing a required parameter, has an invalid value, or is otherwise malformed.

◆ INVALID_VALUE

com.amazon.aace.alexa.AlexaClient.AuthError.INVALID_VALUE

One of the values in the request was invalid.

◆ AUTHORIZATION_EXPIRED

com.amazon.aace.alexa.AlexaClient.AuthError.AUTHORIZATION_EXPIRED

The authorization code is invalid, expired, revoked, or was issued to a different client.

◆ UNSUPPORTED_GRANT_TYPE

com.amazon.aace.alexa.AlexaClient.AuthError.UNSUPPORTED_GRANT_TYPE

The client specified the wrong token type.

◆ INVALID_CODE_PAIR

com.amazon.aace.alexa.AlexaClient.AuthError.INVALID_CODE_PAIR

Invalid code pair provided in Code-based linking token request.

◆ AUTHORIZATION_PENDING

com.amazon.aace.alexa.AlexaClient.AuthError.AUTHORIZATION_PENDING

Waiting for user to authorize the specified code pair.

◆ SLOW_DOWN

com.amazon.aace.alexa.AlexaClient.AuthError.SLOW_DOWN

Client should slow down in the rate of requests polling for an access token.

◆ INTERNAL_ERROR

com.amazon.aace.alexa.AlexaClient.AuthError.INTERNAL_ERROR

Internal error in client code.

◆ INVALID_CBL_CLIENT_ID

com.amazon.aace.alexa.AlexaClient.AuthError.INVALID_CBL_CLIENT_ID

Client ID not valid for use with code based linking.


Alexa Auto SDK 2.0.0 - Copyright 2017-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0