XRootD
Loading...
Searching...
No Matches
XrdHttpMonState.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  XrdHttpMonState : int {
  NEW ,
  ACTIVE ,
  ERR_NET ,
  ERR_PROT ,
  DONE
}

Enumeration Type Documentation

◆ XrdHttpMonState

enum class XrdHttpMonState : int
strong
Enumerator
NEW 
ACTIVE 
ERR_NET 
ERR_PROT 
DONE 

Definition at line 6 of file XrdHttpMonState.hh.

6 : int {
7 NEW, // Uninitialised state
8 ACTIVE, // First call to process request
9 ERR_NET, // Network error
10 ERR_PROT, // Filesystem/XRootD error that did not result in a valid HTTP response
11 // (typically during a chunked response)
12 DONE // Final state
13};