AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Enumerations | Functions
ErrorTypes.h File Reference
#include <ostream>
#include <string>
Include dependency graph for ErrorTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::utils
 
 alexaClientSDK::avsCommon::utils::mediaPlayer
 

Enumerations

enum  alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType {
  alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::NONE, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_UNKNOWN, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_INVALID_REQUEST, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_SERVICE_UNAVAILABLE,
  alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_INTERNAL_SERVER_ERROR, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_INTERNAL_DEVICE_ERROR, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_HTTP_BAD_REQUEST, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_HTTP_UNAUTHORIZED,
  alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_HTTP_FORBIDDEN, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_HTTP_NOT_FOUND, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_HTTP_CONFLICT, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_HTTP_INVALID_RANGE,
  alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_HTTP_TOO_MANY_REQUESTS, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_HTTP_BAD_GATEWAY, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_HTTP_SERVICE_UNAVAILABLE, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_HTTP_GATEWAY_TIMEOUT,
  alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_TIMED_OUT, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_URL_MALFORMED, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_COULD_NOT_RESOLVE_HOST, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_COULD_NOT_CONNECT,
  alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_NOT_SEEKABLE, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_UNSUPPORTED, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_POSSIBLY_TEXT, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_IO,
  alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_INVALID_COMMAND, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_PLAYLIST_ERROR, alexaClientSDK::avsCommon::utils::mediaPlayer::ErrorType::MEDIA_ERROR_DECRYPTION_FLOW
}
 Identifies the specific type of error in a PlaybackFailed event. More...
 

Functions

std::string alexaClientSDK::avsCommon::utils::mediaPlayer::errorTypeToString (ErrorType errorType)
 
std::ostream & alexaClientSDK::avsCommon::utils::mediaPlayer::operator<< (std::ostream &stream, const ErrorType &errorType)
 

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0