Request status. More...
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
| XRootDStatus (const Status &st, const std::string &message="") | |
| Constructor. | |
| XRootDStatus (uint16_t st=0, uint16_t code=0, uint32_t errN=0, 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. | |
| Public Member Functions inherited from XrdCl::Status | |
| Status (uint16_t st=stOK, uint16_t cod=errNone, uint32_t errN=0) | |
| Constructor. | |
| int | GetShellCode () const |
| Get the status code that may be returned to the shell. | |
| bool | IsError () const |
| Error. | |
| bool | IsFatal () const |
| Fatal error. | |
| bool | IsOK () const |
| We're fine. | |
| std::string | ToString () const |
| Create a string representation. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from XrdCl::Status | |
| static bool | IsSocketError (uint16_t code) |
| Public Attributes inherited from XrdCl::Status | |
| uint16_t | code |
| Error type, or additional hints on what to do. | |
| uint32_t | errNo |
| Errno, if any. | |
| uint16_t | status |
| Status of the execution. | |
Request status.
Definition at line 223 of file XrdClXRootDResponses.hh.
|
inline |
Constructor.
Definition at line 229 of file XrdClXRootDResponses.hh.
References XrdCl::Status::Status(), and XrdCl::Status::code.
|
inline |
Constructor.
Definition at line 239 of file XrdClXRootDResponses.hh.
References XrdCl::Status::Status().
|
inline |
Get error message.
Definition at line 247 of file XrdClXRootDResponses.hh.
Referenced by Fatal(), XrdSsiUtils::GetErr(), XrdCl::XRootDTransport::GetMore(), XrdCl::Utils::GetRemoteCheckSum(), IndexRemote(), XrdCl::XRootDMsgHandler::InspectStatusRsp(), main(), XrdCl::FileStateHandler::OnStateError(), XrdClHttp::File::PgRead(), XrdClHttp::File::Read(), XrdPosixMap::Result(), XrdCl::PropertyList::Set(), and XrdSsiUtils::SetErr().
|
inline |
Set the error message.
Definition at line 255 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::Tls::Connect(), XrdCl::PropertyList::Get(), and XrdCl::Utils::GetRemoteCheckSum().
|
inline |
Convert to string.
Definition at line 263 of file XrdClXRootDResponses.hh.
References XrdCl::Status::code, XrdCl::errErrorResponse, XrdCl::Status::errNo, and XrdCl::Status::ToString().
Referenced by XrdCl::Utils::CheckTPC(), XrdCl::Utils::CheckTPCLite(), DoCache(), DoCat(), DoCD(), DoChMod(), DoLocate(), DoLS(), DoMkDir(), DoMv(), DoPrepare(), DoQuery(), DoRm(), DoRmDir(), DoStat(), DoStatVFS(), DoTail(), DoTruncate(), DoXAttr(), ExecuteCommand(), ExecuteInteractive(), Fatal(), XrdSsiUtils::GetErr(), main(), XrdCl::FileStateHandler::OnClose(), XrdCl::FileStateHandler::OnOpen(), XrdCl::FileStateHandler::OnStateError(), XrdPosixMap::Result(), XrdSsiTaskReal::SetBuff(), XrdSsiTaskReal::SetBuff(), and XrdSsiUtils::SetErr().