Skip to content

Commit

Permalink
[XrdCl] Add errDataError type
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Jun 6, 2013
1 parent 5e28d1d commit 5c53580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClStatus.cc
Expand Up @@ -41,6 +41,7 @@ namespace
{ errUninitialized, "Initialization error" },
{ errOSError, "OS Error" },
{ errNotSupported, "Operation not supported" },
{ errDataError, "Received corrupted data" },
{ errInvalidAddr, "Invalid address" },
{ errSocketError, "Socket error" },
{ errSocketTimeout, "Socket timeout" },
Expand Down
1 change: 1 addition & 0 deletions src/XrdCl/XrdClStatus.hh
Expand Up @@ -61,6 +61,7 @@ namespace XrdCl
const uint16_t errUninitialized = 11;
const uint16_t errOSError = 12;
const uint16_t errNotSupported = 13;
const uint16_t errDataError = 14; //!< data is corrupted

//----------------------------------------------------------------------------
// Socket related errors
Expand Down

0 comments on commit 5c53580

Please sign in to comment.