OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::WS::Server::Status Struct Reference

#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)
 

Detailed Description

Definition at line 80 of file httpserv.hpp.

Member Enumeration Documentation

◆ anonymous enum

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.

Member Function Documentation

◆ error_str()

static std::string openvpn::WS::Server::Status::error_str ( const size_t  status)
inlinestatic

Definition at line 102 of file httpserv.hpp.

Here is the caller graph for this function:

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