#include <XrdOucErrInfo.hh>
Public Member Functions | |
void | clear (const char *usr=0) |
XrdOucEI & | operator= (const XrdOucEI &rhs) |
XrdOucEI (const char *usr) | |
Public Attributes | |
const char * | user |
int | code |
char | message [Max_Error_Len] |
Static Public Attributes | |
static const size_t | Max_Error_Len = 2048 |
static const int | Path_Offset = 1024 |
XrdOucEI::XrdOucEI | ( | const char * | usr | ) | [inline] |
void XrdOucEI::clear | ( | const char * | usr = 0 |
) | [inline] |
int XrdOucEI::code |
const size_t XrdOucEI::Max_Error_Len = 2048 [static] |
const int XrdOucEI::Path_Offset = 1024 [static] |
const char* XrdOucEI::user |