OpenVPN 3 Core Library
|
#include <httpserv.hpp>
Public Types | |
enum | { E_SUCCESS = 0 , E_TCP , E_HTTP , E_EXCEPTION , E_HEADER_SIZE , E_CONTENT_SIZE , E_EOF_SSL , E_EOF_TCP , E_GENERAL_TIMEOUT , E_EXTERNAL_STOP , E_PIPELINE_OVERFLOW , E_SHUTDOWN , E_ABORTED , N_ERRORS } |
Static Public Member Functions | |
static std::string | error_str (const size_t status) |
Definition at line 80 of file httpserv.hpp.
anonymous enum |
Enumerator | |
---|---|
E_SUCCESS | |
E_TCP | |
E_HTTP | |
E_EXCEPTION | |
E_HEADER_SIZE | |
E_CONTENT_SIZE | |
E_EOF_SSL | |
E_EOF_TCP | |
E_GENERAL_TIMEOUT | |
E_EXTERNAL_STOP | |
E_PIPELINE_OVERFLOW | |
E_SHUTDOWN | |
E_ABORTED | |
N_ERRORS |
Definition at line 83 of file httpserv.hpp.
|
inlinestatic |