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

Public Attributes

 NONE
 
 SUCCESS
 
 UNRECOVERABLE_ERROR
 
 ACL_CLIENT_REQUEST
 
 ACL_DISABLED
 
 DNS_TIMEDOUT
 
 CONNECTION_TIMEDOUT
 
 CONNECTION_THROTTLED
 
 INVALID_AUTH
 
 PING_TIMEDOUT
 
 WRITE_TIMEDOUT
 
 READ_TIMEDOUT
 
 FAILURE_PROTOCOL_ERROR
 
 INTERNAL_ERROR
 
 SERVER_INTERNAL_ERROR
 
 SERVER_SIDE_DISCONNECT
 
 SERVER_ENDPOINT_CHANGED
 

Detailed Description

Describes the reason for a change in AVS connection status

Member Data Documentation

◆ NONE

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.NONE

No reason specified.

◆ SUCCESS

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.SUCCESS

The connection status changed due to a successful operation.

◆ UNRECOVERABLE_ERROR

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.UNRECOVERABLE_ERROR

The connection status changed due to an error from which there is no recovery.

◆ ACL_CLIENT_REQUEST

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.ACL_CLIENT_REQUEST

The connection status changed due to a client request.

◆ ACL_DISABLED

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.ACL_DISABLED

The connection attempt failed because connection was disabled.

◆ DNS_TIMEDOUT

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.DNS_TIMEDOUT

The connection attempt failed due to a DNS resolution timeout.

◆ CONNECTION_TIMEDOUT

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.CONNECTION_TIMEDOUT

The connection attempt failed due to a connection timeout.

◆ CONNECTION_THROTTLED

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.CONNECTION_THROTTLED

The connection attempt failed due to excessive load on the server.

◆ INVALID_AUTH

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.INVALID_AUTH

The provided access credentials were invalid.

◆ PING_TIMEDOUT

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.PING_TIMEDOUT

There was a timeout sending a ping request.

◆ WRITE_TIMEDOUT

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.WRITE_TIMEDOUT

There was a timeout writing to AVS.

◆ READ_TIMEDOUT

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.READ_TIMEDOUT

There was a timeout reading from AVS.

◆ FAILURE_PROTOCOL_ERROR

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.FAILURE_PROTOCOL_ERROR

There was an underlying protocol error.

◆ INTERNAL_ERROR

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.INTERNAL_ERROR

There was an internal error.

◆ SERVER_INTERNAL_ERROR

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.SERVER_INTERNAL_ERROR

There was an internal error on the server.

◆ SERVER_SIDE_DISCONNECT

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.SERVER_SIDE_DISCONNECT

The server asked the client to reconnect.

◆ SERVER_ENDPOINT_CHANGED

com.amazon.aace.alexa.AlexaClient.ConnectionChangedReason.SERVER_ENDPOINT_CHANGED

The server endpoint has changed.


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