![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <RemoteVideoPlayerInterface.h>
Public Types | |
enum | Type { Type::SUCCESS, Type::FAILED_TOO_MANY_FAILED_ATTEMPTS, Type::FAILED_ENDPOINT_UNREACHABLE, Type::FAILED_NOT_SUBSCRIBED, Type::FAILED_INTERNAL_ERROR } |
Public Member Functions | |
Response () | |
Response (Type type, std::string errorMessage) | |
Public Attributes | |
Type | type |
Response type for RemoteVideoPlayer handler responses. More... | |
std::string | errorMessage |
Utility object used for reporting RemoteVideoPlayer handler response.
|
strong |
Enum for the different response types understood by the RemoteVideoPlayer capability agent.
|
inline |
Default Constructor, set the response type to success.
|
inline |
Constructor.
type | The response type Type |
errorMessage | The error message if responseType is other than SUCCESS. |
std::string alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerInterface::Response::errorMessage |
The error message for logging if the responseType
is anything other than SUCCESS, for the purposes of aiding debugging.
Type alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerInterface::Response::type |
Response type for RemoteVideoPlayer handler responses.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0