AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Go to the source code of this file.
Enumerations | |
enum | HTTPResponseCode { HTTP_RESPONSE_CODE_UNDEFINED = 0, SUCCESS_OK = 200, SUCCESS_ACCEPTED = 202, SUCCESS_NO_CONTENT = 204, REDIRECTION_START_CODE = 300, REDIRECTION_END_CODE = 308, BAD_REQUEST = 400, FORBIDDEN = 403, SERVER_INTERNAL_ERROR = 500 } |
enum HTTPResponseCode |
An enum to represent HTTP response codes.
ATTENTION - This enum has been deprecated and only exists to provide backward compatibility with code that was designed to work with past versions of the AVS C++ SDK.
alexaClientSDK::avsCommon::utils::http::HTTPResponseCode
instead. AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0