xrootd
XrdMonErrors.hh
Go to the documentation of this file.
1 /*****************************************************************************/
2 /* */
3 /* XrdMonErrors.hh */
4 /* */
5 /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */
6 /* All Rights Reserved */
7 /* Produced by Jacek Becla for Stanford University under contract */
8 /* DE-AC02-76SF00515 with the Department of Energy */
9 /*****************************************************************************/
10 
11 // $Id$
12 
13 #ifndef XRDMONERRORS_HH
14 #define XRDMONERRORS_HH
15 
16 typedef int err_t;
17 
22 const err_t ERR_FILEOPEN = 40;
25 const err_t ERR_INVALIDARG = 70;
28 const err_t ERR_INVALIDSEQNO = 100;
29 const err_t ERR_INVALIDTIME = 110;
31 const err_t ERR_INVPACKETLEN = 130;
34 const err_t ERR_NOAVAILLOG = 160;
36 const err_t ERR_NODIR = 180;
37 const err_t ERR_NOMEM = 190;
39 const err_t ERR_OUTOFMEMORY = 210;
42 const err_t ERR_RECEIVE = 240;
43 const err_t ERR_RENAME = 250;
44 const err_t ERR_SENDERNOTREG = 260;
45 const err_t ERR_TOOMANYLOST = 270;
46 const err_t ERR_UNKNOWN = 280;
48 
49 const err_t SIG_SHUTDOWNNOW = 9000;
50 
51 #endif /* XRDMONERRORS_HH */