16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_HTTP2_HTTP2RESPONSEFINISHEDSTATUS_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_HTTP2_HTTP2RESPONSEFINISHEDSTATUS_H_ 50 return stream <<
"COMPLETE";
52 return stream <<
"TIMEOUT";
54 return stream <<
"CANCELLED";
56 return stream <<
"INTERNAL_ERROR";
58 return stream <<
"Invalid(" <<
static_cast<int>(status) <<
")";
66 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_HTTP2_HTTP2RESPONSEFINISHEDSTATUS_H_ std::ostream & operator<<(std::ostream &stream, HTTP2RequestType type)
Definition: HTTP2RequestType.h:36
Receipt of the response was not completed due to a timeout.
HTTP2ResponseFinishedStatus
Definition: HTTP2ResponseFinishedStatus.h:29
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Receipt of the response was completed.
Receipt of the response was not completed because the operation was cancelled.
Receipt of the response was not completed due to an internal error.