XrdSsiErrInfo Class Reference
#include <XrdSsiErrInfo.hh>
List of all members.
Detailed Description
The XrdSsiErrInfo object is used to hold error information for many ssi client-oriented requests.
Constructor & Destructor Documentation
XrdSsiErrInfo::XrdSsiErrInfo |
( |
XrdSsiErrInfo const & |
oP |
) |
[inline] |
XrdSsiErrInfo::XrdSsiErrInfo |
( |
|
) |
[inline] |
Constructor and Destructor.
XrdSsiErrInfo::~XrdSsiErrInfo |
( |
|
) |
[inline] |
Member Function Documentation
void XrdSsiErrInfo::Clr |
( |
|
) |
[inline] |
const std::string& XrdSsiErrInfo::Get |
( |
|
) |
const [inline] |
Get current error text.
- Returns:
- The error text.
References errText.
const std::string& XrdSsiErrInfo::Get |
( |
int & |
eNum |
) |
const [inline] |
Get current error information.
- Parameters:
-
| eNum | place where the error number is to be placed. |
- Returns:
- The error text and the error number value.
References errNum, and errText.
int XrdSsiErrInfo::GetArg |
( |
|
) |
const [inline] |
Get current error argument.
- Returns:
- the error argument value.
References errArg.
bool XrdSsiErrInfo::hasError |
( |
|
) |
const [inline] |
Check if there is an error.
- Returns:
- True if an error exists and false otherwise.
References errNum.
bool XrdSsiErrInfo::isOK |
( |
|
) |
const [inline] |
Check if there is no error.
- Returns:
- True if no error exists and false otherwise.
References errNum.
void XrdSsiErrInfo::Set |
( |
const std::string & |
eMsg, |
|
|
int |
eNum = 0 , |
|
|
int |
eArg = 0 | |
|
) |
| | [inline] |
void XrdSsiErrInfo::Set |
( |
const char * |
eMsg = 0 , |
|
|
int |
eNum = 0 , |
|
|
int |
eArg = 0 | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: