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. | |
| Operation | opCode |
| The associated operation. | |
| const XRootDStatus * | status |
| Status code. | |
Describe an encountered file-based error.
Definition at line 140 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 ErrorInfo(), 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 ErrorInfo(), 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 ErrorInfo(), XrdCl::FileStateHandler::OnOpen(), and XrdCl::FileStateHandler::OnStateError().