|
xrootd
|
#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 |
|
inline |
References clear().
|
inline |
References code, message, and user.
Referenced by XrdOucErrInfo::clear(), and XrdOucEI().
| int XrdOucEI::code |
|
static |
| char XrdOucEI::message[Max_Error_Len] |
|
static |
Referenced by XrdCmsResp::Alloc().
| const char* XrdOucEI::user |
Referenced by clear(), XrdOucErrInfo::getErrUser(), operator=(), and XrdOucErrInfo::setErrUser().
1.8.3.1