]> andersk Git - moira.git/blob - lib/mr_et.et
added the function lowercase()
[moira.git] / lib / mr_et.et
1 #       $Source$
2 #       $Author$
3 #       $Header$
4 #
5         error_table sms
6
7 ec      MR_NOT_CONNECTED,
8         "Not connected to Moira server"
9
10 ec      MR_CANT_CONNECT,
11         "Can't connect to Moira server"
12
13 ec      MR_VERSION_MISMATCH,
14         "Moira version mismatch"
15
16 ec      MR_ABORTED,
17         "Moira operation aborted"
18
19 ec      MR_UNKNOWN_PROC,
20         "Unknown procedure"
21
22 ec      MR_INGRES_ERR,
23         "Ingres system error occurred"
24
25 ec      MR_MORE_DATA,
26         "More data is available from Moira"
27
28 ec      MR_NO_MATCH,
29         "No records in database match query"
30
31 ec      MR_NO_HANDLE,
32         "Unknown query handle"
33
34 ec      MR_ALREADY_CONNECTED,
35         "Already connected to the moira server"
36
37 ec      MR_ARGS,
38         "Incorrect number of arguments"
39
40 ec      MR_NOT_UNIQUE,
41         "Arguments not unique"
42
43 ec      MR_PERM,
44         "Insufficient permission to perform requested database access"
45
46 ec      MR_LIST,
47         "No such list"
48
49 ec      MR_USER,
50         "No such user"
51
52 ec      MR_STRING,
53         "Unknown string"
54
55 ec      MR_TYPE,
56         "Invalid type"
57
58 ec      MR_EXISTS,
59         "Record already exists"
60
61 ec      MR_DATE,
62         "Invalid date"
63
64 ec      MR_CLUSTER,
65         "Unknown cluster"
66
67 ec      MR_MACHINE,
68         "Unknown machine"
69
70 ec      MR_SERVICE,
71         "Unknown service"
72
73 ec      MR_FILESYS,
74         "Named file system does not exist"
75
76 ec      MR_PRINTER,
77         "Unknown printer"
78
79 ec      MR_QUEUE,
80         "Unknown queue"
81         
82 ec      MR_DEVICE,
83         "No such device"
84
85 ec      MR_ACE,
86         "No such access control entity"
87
88 ec      MR_NFSPHYS,
89         "Machine/device pair not in nfsphys"
90
91 ec      MR_FILESYS_EXISTS,
92         "Named file system already exists"
93
94 ec      MR_QUERY_NOT_REENTRANT,
95         "Cannot do query from callback routine"
96
97 ec      MR_RVD,
98         "No such rvd"
99
100 ec      MR_NFS,
101         "Specified directory not exported"
102
103 ec      MR_FILESYS_ACCESS,
104         "Invalid filesys access"
105
106 ec      MR_USER_GROUP,
107         "List is a user group"
108
109 ec      MR_ARG_TOO_LONG,
110         "An argument is too long"
111
112 # These appear only in version 2 of the protocol and later:
113
114 ec      MR_NO_MEM,
115         "Server ran out of memory"
116
117 ec      MR_IN_USE,
118         "Object is in use"
119
120 ec      MR_BAD_CLASS,
121         "Specified class is not known"
122
123 ec      MR_INTERNAL,
124         "Moira internal consistency failure"
125
126 ec      MR_BAD_CHAR,
127         "Illegal character in argument"
128
129 ec      MR_BAD_GROUP,
130         "Invalid group ID"
131
132 ec      MR_WILDCARD,
133         "Wildcards not allowed in this case"
134
135 ec      MR_NO_CHANGE,
136         "The database has not changed, files not rebuilt"
137
138 ec      MR_TAR_FAIL,
139         "Unable to build archive of config files"
140
141 ec      MR_OCONFIG,
142         "Unable to open DCM file"
143
144 ec      MR_CCONFIG,
145         "Error closing DCM output file"
146
147 ec      MR_FSTYPE,
148         "Unknown filesys type"
149
150 ec      MR_INTEGER,
151         "String could not be parsed as an integer"
152
153 ec      MR_NO_ID,
154         "Cannot allocate new ID"
155
156 ec      MR_NO_FILESYS,
157         "Cannot find space for filesys"
158
159 ec      MR_NO_POBOX,
160         "Cannot find space for pobox"
161
162 ec      MR_NO_QUOTA,
163         "No default quota specified"
164
165 ec      MR_USER_AUTH,
166         "Cannot find you in the database, access will be restricted"
167
168 ec      MR_DEADLOCK,
169         "Database deadlock; try again later"
170
171 ec      MR_NOCRED,
172         "Unable to install new credentials files"
173
174 ec      MR_SETQUOTA,
175         "Failure setting user quota"
176
177 ec      MR_HESFILE,
178         "Failure updating hesiod file (probably disk full)"
179
180 ec      MR_MISSINGFILE,
181         "Did not receive file for update"
182
183 ec      MR_MKCRED,
184         "unable to compile database files"
185
186 ec      MR_NAMED,
187         "name daemon failed to start"
188
189 ec      MR_TARERR,
190         "Tar of update file failed (disk full?)"
191
192 ec      MR_PROTO,
193         "Failed to put prototype files in new locker"
194
195 ec      MR_BUSY,
196         "the database is busy; try again later"
197
198 ec      MR_DOWN,
199         "the database is closed right now; try again later"
200
201 ec      MR_LISTLOOP,
202         "Lists are not allowed to contain themselves as members"
203
204 ec      MR_INGRES_SOFTFAIL,
205         "Temporary database failure, try again"
206
207 ec      MR_COREDUMP,
208         "Subprocess coredumped"
209
210         end
This page took 0.86631 seconds and 5 git commands to generate.