Request status.
More...
#include <XrdClXRootDResponses.hh>
|
| | 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.
|
| |
| | Status (uint16_t st=stOK, uint16_t cod=errNone, uint32_t errN=0) |
| | Constructor.
|
| |
| bool | IsError () const |
| | Error.
|
| |
| bool | IsFatal () const |
| | Fatal error.
|
| |
| bool | IsOK () const |
| | We're fine.
|
| |
| int | GetShellCode () const |
| | Get the status code that may be returned to the shell.
|
| |
| std::string | ToString () const |
| | Create a string representation.
|
| |
◆ XRootDStatus() [1/2]
| XrdCl::XRootDStatus::XRootDStatus |
( |
uint16_t |
st = 0, |
|
|
uint16_t |
code = 0, |
|
|
uint32_t |
errN = 0, |
|
|
const std::string & |
message = "" |
|
) |
| |
|
inline |
◆ XRootDStatus() [2/2]
| XrdCl::XRootDStatus::XRootDStatus |
( |
const Status & |
st, |
|
|
const std::string & |
message = "" |
|
) |
| |
|
inline |
◆ GetErrorMessage()
| const std::string & XrdCl::XRootDStatus::GetErrorMessage |
( |
| ) |
const |
|
inline |
◆ SetErrorMessage()
| void XrdCl::XRootDStatus::SetErrorMessage |
( |
const std::string & |
message | ) |
|
|
inline |
◆ ToStr()
| std::string XrdCl::XRootDStatus::ToStr |
( |
| ) |
const |
|
inline |
◆ pMessage
| std::string XrdCl::XRootDStatus::pMessage |
|
private |
The documentation for this class was generated from the following file: