HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NET_HTTPResponse::Error Struct Reference

#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
 

Detailed Description

Definition at line 289 of file NET_WebResponse.h.

Member Function Documentation

UT_StringHolder NET_HTTPResponse::Error::buildErrorMessage ( const UT_Url effective_url) const
static UT_ErrorCode NET_HTTPResponse::Error::translateErrorToCode ( int  err)
static

Friends And Related Function Documentation

friend class NET_HTTPResponse
friend

Definition at line 303 of file NET_WebResponse.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: