#include <XrdClXRootDResponses.hh>
Inheritance diagram for XrdCl::XRootDStatus:
Public Member Functions | |
XRootDStatus (uint16_t st=0, uint16_t code=0, uint32_t errN=0, const std::string &message="") | |
Constructor. | |
XRootDStatus (const Status &st, const std::string &message="") | |
Constructor. | |
const std::string & | GetErrorMessage () const |
Get error message. | |
void | SetErrorMessage (const std::string &message) |
Set the error message. | |
std::string | ToStr () const |
Convert to string. | |
Private Attributes | |
std::string | pMessage |
XrdCl::XRootDStatus::XRootDStatus | ( | uint16_t | st = 0 , |
|
uint16_t | code = 0 , |
|||
uint32_t | errN = 0 , |
|||
const std::string & | message = "" | |||
) | [inline] |
Constructor.
XrdCl::XRootDStatus::XRootDStatus | ( | const Status & | st, | |
const std::string & | message = "" | |||
) | [inline] |
Constructor.
const std::string& XrdCl::XRootDStatus::GetErrorMessage | ( | ) | const [inline] |
Get error message.
void XrdCl::XRootDStatus::SetErrorMessage | ( | const std::string & | message | ) | [inline] |
Set the error message.
std::string XrdCl::XRootDStatus::ToStr | ( | ) | const [inline] |
Convert to string.
std::string XrdCl::XRootDStatus::pMessage [private] |