Alexa Auto SDK  2.0.0
Public Attributes | List of all members
com.amazon.aace.audio.AudioOutput.MediaError Enum Reference

Public Attributes

 MEDIA_ERROR_UNKNOWN
 
 MEDIA_ERROR_INVALID_REQUEST
 
 MEDIA_ERROR_SERVICE_UNAVAILABLE
 
 MEDIA_ERROR_INTERNAL_SERVER_ERROR
 
 MEDIA_ERROR_INTERNAL_DEVICE_ERROR
 

Detailed Description

Describes an error during a media playback operation

Member Data Documentation

◆ MEDIA_ERROR_UNKNOWN

com.amazon.aace.audio.AudioOutput.MediaError.MEDIA_ERROR_UNKNOWN

An unknown error occurred.

◆ MEDIA_ERROR_INVALID_REQUEST

com.amazon.aace.audio.AudioOutput.MediaError.MEDIA_ERROR_INVALID_REQUEST

The server recognized the request as malformed (e.g. bad request, unauthorized, forbidden, not found, etc).

◆ MEDIA_ERROR_SERVICE_UNAVAILABLE

com.amazon.aace.audio.AudioOutput.MediaError.MEDIA_ERROR_SERVICE_UNAVAILABLE

The client was unable to reach the service.

◆ MEDIA_ERROR_INTERNAL_SERVER_ERROR

com.amazon.aace.audio.AudioOutput.MediaError.MEDIA_ERROR_INTERNAL_SERVER_ERROR

The server accepted the request but was unable to process it as expected.

◆ MEDIA_ERROR_INTERNAL_DEVICE_ERROR

com.amazon.aace.audio.AudioOutput.MediaError.MEDIA_ERROR_INTERNAL_DEVICE_ERROR

There was an internal error on the client.


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