#include <XrdClMonitor.hh>
Collaboration diagram for XrdCl::Monitor::ErrorInfo:
Public Types | |
ErrOpen = 0 | |
Open (ditto). | |
ErrRead | |
Read. | |
ErrReadV | |
Readv. | |
ErrWrite | |
Write. | |
ErrUnc | |
Unclassified operation. | |
enum | Operation { ErrOpen = 0, ErrRead, ErrReadV, ErrWrite, ErrUnc } |
Public Member Functions | |
ErrorInfo () | |
Public Attributes | |
const URL * | file |
The file in question. | |
const XRootDStatus * | status |
Status code. | |
Operation | opCode |
The associated operation. |
XrdCl::Monitor::ErrorInfo::ErrorInfo | ( | ) | [inline] |
The file in question.
The associated operation.
Status code.