network_httperror.h File Reference

Classes

class  HttpCodeErrorInterface
 

Namespaces

 maxon
 

Enumerations

enum class  HTTPCODE {
  CLOSED ,
  FINISHED ,
  CALL_NEXT_HANDLER ,
  PROXYERROR ,
  OK ,
  POST ,
  MOVED ,
  SYNTAX ,
  AUTH ,
  ACCESS ,
  NOTFOUND ,
  PROXYAUTHENTICATIONREQUIRED ,
  INTERNAL ,
  UNKNOWN ,
  GATEWAYTIMEOUT
}
 

Functions

enum maxon::HTTPCODE MAXON_ENUM_LIST (HTTPCODE)
 

Variables

 CLOSED
 
 FINISHED
 
 CALL_NEXT_HANDLER
 
 PROXYERROR
 
 OK
 
 POST
 
 MOVED
 
 SYNTAX
 
 AUTH
 
 ACCESS
 
 NOTFOUND
 
 PROXYAUTHENTICATIONREQUIRED
 
 INTERNAL
 
 UNKNOWN
 
 GATEWAYTIMEOUT
 

Variable Documentation

◆ CLOSED

CLOSED

the connection has been closed.

◆ FINISHED

FINISHED

the request has been completed.

◆ CALL_NEXT_HANDLER

CALL_NEXT_HANDLER

the request was not processed by this message handler, continue with the next one.

◆ PROXYERROR

PROXYERROR

a proxy configuration error

◆ OK

OK

return a http okay.

◆ POST

POST

return a http post.

◆ MOVED

MOVED

"301 Moved Permanently". the requested file has been moved. check the header "location" entry to get the new location.

◆ SYNTAX

SYNTAX

return a http syntax error.

◆ AUTH

AUTH

return a http authentication error.

◆ ACCESS

ACCESS

return a http access error.

◆ NOTFOUND

NOTFOUND

return a http file not found error.

◆ PROXYAUTHENTICATIONREQUIRED

PROXYAUTHENTICATIONREQUIRED

a connection requires proxy authentication

◆ INTERNAL

INTERNAL

return a http internal error.

◆ UNKNOWN

UNKNOWN

return a http unknown error.

◆ GATEWAYTIMEOUT

GATEWAYTIMEOUT

return a http gateway timeout error.