|
HDK
|
#include <NET_WebResponse.h>
Public Member Functions | |
| UT_StringHolder | buildErrorMessage (const UT_Url &effective_url) const |
Static Public Member Functions | |
| static UT_ErrorCode | translateErrorToCode (int err) |
Public Attributes | |
| UT_ErrorCode | myErrorCode = NET::CurlError::OK |
| UT_StringHolder | myErrorMsg |
| bool | myMaxRetriesHit = false |
| int | myAttempts = 0 |
Friends | |
| class | NET_HTTPResponse |
Definition at line 289 of file NET_WebResponse.h.
| UT_StringHolder NET_HTTPResponse::Error::buildErrorMessage | ( | const UT_Url & | effective_url | ) | const |
|
static |
|
friend |
Definition at line 303 of file NET_WebResponse.h.
| int NET_HTTPResponse::Error::myAttempts = 0 |
Definition at line 300 of file NET_WebResponse.h.
| UT_ErrorCode NET_HTTPResponse::Error::myErrorCode = NET::CurlError::OK |
Definition at line 294 of file NET_WebResponse.h.
| UT_StringHolder NET_HTTPResponse::Error::myErrorMsg |
Definition at line 296 of file NET_WebResponse.h.
| bool NET_HTTPResponse::Error::myMaxRetriesHit = false |
Definition at line 297 of file NET_WebResponse.h.