|
XRootD
|
#include <XrdHttpReadRangeHandler.hh>
Collaboration diagram for XrdHttpReadRangeHandler::Error:Public Member Functions | |
| operator bool () const | |
| void | reset () |
| void | set (int rc, const std::string &m) |
Public Attributes | |
| std::string | errMsg |
| bool | errSet {false} |
| int | httpRetCode {0} |
Error structure for storing error codes and message. operator bool() can be used to query if a value is set.
Definition at line 74 of file XrdHttpReadRangeHandler.hh.
|
inlineexplicit |
|
inline |
Definition at line 84 of file XrdHttpReadRangeHandler.hh.
References errMsg, errSet, and httpRetCode.
Referenced by XrdHttpReadRangeHandler::reset().
Here is the caller graph for this function:
|
inline |
Definition at line 81 of file XrdHttpReadRangeHandler.hh.
References errMsg, errSet, and httpRetCode.
Referenced by XrdHttpReadRangeHandler::NextReadList(), XrdHttpReadRangeHandler::NotifyError(), XrdHttpReadRangeHandler::NotifyReadResult(), and XrdHttpReadRangeHandler::SetFilesize().
Here is the caller graph for this function:| std::string XrdHttpReadRangeHandler::Error::errMsg |
Definition at line 77 of file XrdHttpReadRangeHandler.hh.
| bool XrdHttpReadRangeHandler::Error::errSet {false} |
Definition at line 75 of file XrdHttpReadRangeHandler.hh.
Referenced by operator bool(), reset(), and set().
| int XrdHttpReadRangeHandler::Error::httpRetCode {0} |