![]() |
XRootD
|
Describe an encountered file-based error. More...
#include <XrdClMonitor.hh>
Public Types | |
enum | Operation { ErrOpen = 0 , ErrRead , ErrReadV , ErrWrite , ErrWriteV , ErrUnc } |
Public Member Functions | |
ErrorInfo () | |
Public Attributes | |
const URL * | file |
The file in question. More... | |
Operation | opCode |
The associated operation. More... | |
const XRootDStatus * | status |
Status code. More... | |
Describe an encountered file-based error.
Definition at line 140 of file XrdClMonitor.hh.
Enumerator | |
---|---|
ErrOpen | Open (ditto) |
ErrRead | Read. |
ErrReadV | Readv. |
ErrWrite | Write. |
ErrWriteV | WriteV. |
ErrUnc | Unclassified operation. |
Definition at line 142 of file XrdClMonitor.hh.
|
inline |
Definition at line 152 of file XrdClMonitor.hh.
const URL* XrdCl::Monitor::ErrorInfo::file |
The file in question.
Definition at line 153 of file XrdClMonitor.hh.
Referenced by XrdCl::FileStateHandler::OnOpen(), and XrdCl::FileStateHandler::OnStateError().
Operation XrdCl::Monitor::ErrorInfo::opCode |
The associated operation.
Definition at line 155 of file XrdClMonitor.hh.
Referenced by XrdCl::FileStateHandler::OnOpen(), and XrdCl::FileStateHandler::OnStateError().
const XRootDStatus* XrdCl::Monitor::ErrorInfo::status |
Status code.
Definition at line 154 of file XrdClMonitor.hh.
Referenced by XrdCl::FileStateHandler::OnOpen(), and XrdCl::FileStateHandler::OnStateError().