|
xrootd
|
#include <stdint.h>#include <errno.h>#include <sstream>

Go to the source code of this file.
Classes | |
| struct | XrdCl::Status |
| Procedure execution status. More... | |
Namespaces | |
| XrdCl | |
Variables | |
| const uint16_t | XrdCl::stOK = 0x0000 |
| Everything went OK. More... | |
| const uint16_t | XrdCl::stError = 0x0001 |
| An error occurred that could potentially be retried. More... | |
| const uint16_t | XrdCl::stFatal = 0x0003 |
| Fatal error, it's still an error. More... | |
| const uint16_t | XrdCl::suDone = 0 |
| const uint16_t | XrdCl::suContinue = 1 |
| const uint16_t | XrdCl::suRetry = 2 |
| const uint16_t | XrdCl::suPartial = 3 |
| const uint16_t | XrdCl::suAlreadyDone = 4 |
| const uint16_t | XrdCl::errNone = 0 |
| No error. More... | |
| const uint16_t | XrdCl::errRetry = 1 |
| Try again for whatever reason. More... | |
| const uint16_t | XrdCl::errUnknown = 2 |
| Unknown error. More... | |
| const uint16_t | XrdCl::errInvalidOp = 3 |
| const uint16_t | XrdCl::errFcntl = 4 |
| failed manipulate file descriptor More... | |
| const uint16_t | XrdCl::errPoll = 5 |
| error while polling descriptors More... | |
| const uint16_t | XrdCl::errConfig = 6 |
| System misconfigured. More... | |
| const uint16_t | XrdCl::errInternal = 7 |
| Internal error. More... | |
| const uint16_t | XrdCl::errUnknownCommand = 8 |
| const uint16_t | XrdCl::errInvalidArgs = 9 |
| const uint16_t | XrdCl::errInProgress = 10 |
| const uint16_t | XrdCl::errUninitialized = 11 |
| const uint16_t | XrdCl::errOSError = 12 |
| const uint16_t | XrdCl::errNotSupported = 13 |
| const uint16_t | XrdCl::errDataError = 14 |
| data is corrupted More... | |
| const uint16_t | XrdCl::errNotImplemented = 15 |
| Operation is not implemented. More... | |
| const uint16_t | XrdCl::errNoMoreReplicas = 16 |
| No more replicas to try. More... | |
| const uint16_t | XrdCl::errPipelineFailed = 17 |
| Pipeline failed and operation couldn't be executed. More... | |
| const uint16_t | XrdCl::errInvalidAddr = 101 |
| const uint16_t | XrdCl::errSocketError = 102 |
| const uint16_t | XrdCl::errSocketTimeout = 103 |
| const uint16_t | XrdCl::errSocketDisconnected = 104 |
| const uint16_t | XrdCl::errPollerError = 105 |
| const uint16_t | XrdCl::errSocketOptError = 106 |
| const uint16_t | XrdCl::errStreamDisconnect = 107 |
| const uint16_t | XrdCl::errConnectionError = 108 |
| const uint16_t | XrdCl::errInvalidSession = 109 |
| const uint16_t | XrdCl::errTlsError = 110 |
| const uint16_t | XrdCl::errInvalidMessage = 201 |
| const uint16_t | XrdCl::errHandShakeFailed = 202 |
| const uint16_t | XrdCl::errLoginFailed = 203 |
| const uint16_t | XrdCl::errAuthFailed = 204 |
| const uint16_t | XrdCl::errQueryNotSupported = 205 |
| const uint16_t | XrdCl::errOperationExpired = 206 |
| const uint16_t | XrdCl::errOperationInterrupted = 207 |
| const uint16_t | XrdCl::errNoMoreFreeSIDs = 301 |
| const uint16_t | XrdCl::errInvalidRedirectURL = 302 |
| const uint16_t | XrdCl::errInvalidResponse = 303 |
| const uint16_t | XrdCl::errNotFound = 304 |
| const uint16_t | XrdCl::errCheckSumError = 305 |
| const uint16_t | XrdCl::errRedirectLimit = 306 |
| const uint16_t | XrdCl::errErrorResponse = 400 |
| const uint16_t | XrdCl::errRedirect = 401 |
| const uint16_t | XrdCl::errResponseNegative = 500 |
| Query response was negative. More... | |