xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
XrdOssError.hh
Go to the documentation of this file.
1 #ifndef __XRDOSS_ETEXT__
2 #define __XRDOSS_ETEXT__
3 /******************************************************************************/
4 /* */
5 /* X r d O s s E T e x t . h h */
6 /* */
7 /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */
8 /* All Rights Reserved */
9 /* Produced by Andrew Hanushevsky for Stanford University under contract */
10 /* DE-AC02-76-SFO0515 with the Department of Energy */
11 /* */
12 /* This file is part of the XRootD software suite. */
13 /* */
14 /* XRootD is free software: you can redistribute it and/or modify it under */
15 /* the terms of the GNU Lesser General Public License as published by the */
16 /* Free Software Foundation, either version 3 of the License, or (at your */
17 /* option) any later version. */
18 /* */
19 /* XRootD is distributed in the hope that it will be useful, but WITHOUT */
20 /* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or */
21 /* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public */
22 /* License for more details. */
23 /* */
24 /* You should have received a copy of the GNU Lesser General Public License */
25 /* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */
26 /* COPYING (GPL license). If not, see <http://www.gnu.org/licenses/>. */
27 /* */
28 /* The copyright holder's institutional names and contributor's names may not */
29 /* be used to endorse or promote products derived from this software without */
30 /* specific prior written permission of the institution or contributor. */
31 /******************************************************************************/
32 
33 #define XRDOSS_EBASE 8001
34 
35 #define XRDOSS_E8001 8001
36 #define XRDOSS_E8002 8002
37 #define XRDOSS_E8003 8003
38 #define XRDOSS_E8004 8004
39 #define XRDOSS_E8005 8005
40 #define XRDOSS_E8006 8006
41 #define XRDOSS_E8007 8007
42 #define XRDOSS_E8008 8008
43 #define XRDOSS_E8009 8009
44 #define XRDOSS_E8010 8010
45 #define XRDOSS_E8011 8011
46 #define XRDOSS_E8012 8012
47 #define XRDOSS_E8013 8013
48 #define XRDOSS_E8014 8014
49 #define XRDOSS_E8015 8015
50 // XRDOSS_E8016 8016
51 #define XRDOSS_E8017 8017
52 #define XRDOSS_E8018 8018
53 #define XRDOSS_E8019 8019
54 #define XRDOSS_E8020 8020
55 #define XRDOSS_E8021 8021
56 #define XRDOSS_E8022 8022
57 #define XRDOSS_E8023 8023
58 #define XRDOSS_E8024 8024
59 #define XRDOSS_E8025 8025
60 #define XRDOSS_E8026 8026
61 #define XRDOSS_E8027 8027
62 #define XRDOSS_E8028 8028
63 
64 #define XRDOSS_ELAST 8028
65 
66 #define XRDOSS_T8001 "directory object in use (internal error)"
67 #define XRDOSS_T8002 "directory object not open (internal error)"
68 #define XRDOSS_T8003 "file object in use (internal error)"
69 #define XRDOSS_T8004 "file object not open (internal error)"
70 #define XRDOSS_T8005 "file path marked read/only"
71 #define XRDOSS_T8006 "dynamic staging not allowed"
72 #define XRDOSS_T8007 "maximum allowed file size exceeded"
73 #define XRDOSS_T8008 "large file support not enabled"
74 #define XRDOSS_T8009 "dynamic staging failed"
75 #define XRDOSS_T8010 "invalid staging priority"
76 #define XRDOSS_T8011 "new path violates old path options"
77 #define XRDOSS_T8012 "invalid response from mss (internal error)"
78 #define XRDOSS_T8013 "mss command too long (internal error)"
79 #define XRDOSS_T8014 "lock object in use (internal error)"
80 #define XRDOSS_T8015 "unable to lock file"
81 #define XRDOSS_T8016 "8016"
82 #define XRDOSS_T8017 "unlocking an unlocked object (internal error)"
83 #define XRDOSS_T8018 "invalid suggested allocation size"
84 #define XRDOSS_T8019 "requested space does not exist"
85 #define XRDOSS_T8020 "not enough free space to create file"
86 #define XRDOSS_T8021 "server-side decompression is disabled"
87 #define XRDOSS_T8022 "compressed files may not be open for update"
88 #define XRDOSS_T8023 "no response from remote storage service"
89 #define XRDOSS_T8024 "invalid response from remote storage service"
90 #define XRDOSS_T8025 "unable to queue stage request to the remote storage service"
91 #define XRDOSS_T8026 "file creation is prohibited"
92 #define XRDOSS_T8027 "path is not a relative path"
93 #define XRDOSS_T8028 "dynamic cast failed (internal error)"
94 #endif