15 #ifndef ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_SETSETTINGRESULT_H_ 16 #define ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_SETSETTINGRESULT_H_ 51 stream <<
"NO_CHANGE";
60 stream <<
"UNAVAILABLE_SETTING";
63 stream <<
"INVALID_VALUE";
66 stream <<
"INTERNAL_ERROR";
69 stream <<
"UNSUPPORTED_OPERATION";
73 stream.setstate(std::ios_base::failbit);
77 #endif // ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_SETSETTINGRESULT_H_ The request is not supported.
The request failed because the value requested is invalid.
The request failed due to some internal error.
The request failed because the setting requested does not exist.
SetSettingResult
Definition: SetSettingResult.h:23
std::ostream & operator<<(std::ostream &stream, const SetSettingResult &value)
Definition: SetSettingResult.h:48
The set value is already the current setting value and there is no change in progress.
The change request has been enqueued. There will be a follow up notification to inform the operation ...