xref: /aoo41x/main/offapi/com/sun/star/ucb/Error.idl (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir#ifndef __com_sun_star_ucb_Error_idl__
28*cdf0e10cSrcweir#define __com_sun_star_ucb_Error_idl__
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir
31*cdf0e10cSrcweir//=============================================================================
32*cdf0e10cSrcweir
33*cdf0e10cSrcweirmodule com { module sun { module star { module ucb {
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir//=============================================================================
36*cdf0e10cSrcweir/** These codes are used to indicate errors.
37*cdf0e10cSrcweir
38*cdf0e10cSrcweir    @deprecated
39*cdf0e10cSrcweir*/
40*cdf0e10cSrcweirpublished constants Error
41*cdf0e10cSrcweir{
42*cdf0e10cSrcweir	//-------------------------------------------------------------------------
43*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::0
44*cdf0e10cSrcweir	const long NONE = 0;
45*cdf0e10cSrcweir
46*cdf0e10cSrcweir	//-------------------------------------------------------------------------
47*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122880
48*cdf0e10cSrcweir	const long LOGIN_FAILURE_RECEIVE = 122880;
49*cdf0e10cSrcweir
50*cdf0e10cSrcweir	//-------------------------------------------------------------------------
51*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122881
52*cdf0e10cSrcweir	const long LOGIN_FAILURE_NEWSSEND = 122881;
53*cdf0e10cSrcweir
54*cdf0e10cSrcweir	//-------------------------------------------------------------------------
55*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122882
56*cdf0e10cSrcweir	const long LOGIN_FAILURE_MAILSEND = 122882;
57*cdf0e10cSrcweir
58*cdf0e10cSrcweir	//-------------------------------------------------------------------------
59*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122883
60*cdf0e10cSrcweir	const long CONNECT_FAILURE = 122883;
61*cdf0e10cSrcweir
62*cdf0e10cSrcweir	//-------------------------------------------------------------------------
63*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122884
64*cdf0e10cSrcweir	const long UCB_OFFLINE = 122884;
65*cdf0e10cSrcweir
66*cdf0e10cSrcweir	//-------------------------------------------------------------------------
67*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122885
68*cdf0e10cSrcweir	const long UCB_SERVER_ERROR = 122885;
69*cdf0e10cSrcweir
70*cdf0e10cSrcweir	//-------------------------------------------------------------------------
71*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122886
72*cdf0e10cSrcweir	const long STORAGE_READONLY = 122886;
73*cdf0e10cSrcweir
74*cdf0e10cSrcweir	//-------------------------------------------------------------------------
75*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122887
76*cdf0e10cSrcweir	const long STORAGE_KILLED = 122887;
77*cdf0e10cSrcweir
78*cdf0e10cSrcweir	//-------------------------------------------------------------------------
79*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122888
80*cdf0e10cSrcweir	const long WRONG_FILE_FORMAT = 122888;
81*cdf0e10cSrcweir
82*cdf0e10cSrcweir	//-------------------------------------------------------------------------
83*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122889
84*cdf0e10cSrcweir	const long UNSUPPORTED_URL = 122889;
85*cdf0e10cSrcweir
86*cdf0e10cSrcweir	//-------------------------------------------------------------------------
87*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122890
88*cdf0e10cSrcweir	const long CNTOUT_NO_FROM = 122890;
89*cdf0e10cSrcweir
90*cdf0e10cSrcweir	//-------------------------------------------------------------------------
91*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122891
92*cdf0e10cSrcweir	const long TOO_MANY_GROUPS = 122891;
93*cdf0e10cSrcweir
94*cdf0e10cSrcweir	//-------------------------------------------------------------------------
95*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122892
96*cdf0e10cSrcweir	const long DELETE_ABORTED = 122892;
97*cdf0e10cSrcweir
98*cdf0e10cSrcweir	//-------------------------------------------------------------------------
99*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122893
100*cdf0e10cSrcweir	const long QUERY_DELETE = 122893;
101*cdf0e10cSrcweir
102*cdf0e10cSrcweir	//-------------------------------------------------------------------------
103*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122894
104*cdf0e10cSrcweir	const long NOTAVAILABLE = 122894;
105*cdf0e10cSrcweir
106*cdf0e10cSrcweir	//-------------------------------------------------------------------------
107*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122895
108*cdf0e10cSrcweir	const long VIM_LIBRARY_ERROR = 122895;
109*cdf0e10cSrcweir
110*cdf0e10cSrcweir	//-------------------------------------------------------------------------
111*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122896
112*cdf0e10cSrcweir	const long FOLDER_INVALID = 122896;
113*cdf0e10cSrcweir
114*cdf0e10cSrcweir	//-------------------------------------------------------------------------
115*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122897
116*cdf0e10cSrcweir	const long FTP_RESOLVERERROR = 122897;
117*cdf0e10cSrcweir
118*cdf0e10cSrcweir	//-------------------------------------------------------------------------
119*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122898
120*cdf0e10cSrcweir	const long FTP_NETWORKERROR = 122898;
121*cdf0e10cSrcweir
122*cdf0e10cSrcweir	//-------------------------------------------------------------------------
123*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122899
124*cdf0e10cSrcweir	const long FTP_NOTNECESSARYCMD = 122899;
125*cdf0e10cSrcweir
126*cdf0e10cSrcweir	//-------------------------------------------------------------------------
127*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122900
128*cdf0e10cSrcweir	const long FTP_SERVICEUNAVAILABLE = 122900;
129*cdf0e10cSrcweir
130*cdf0e10cSrcweir	//-------------------------------------------------------------------------
131*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122901
132*cdf0e10cSrcweir	const long FTP_DCONFAILURE = 122901;
133*cdf0e10cSrcweir
134*cdf0e10cSrcweir	//-------------------------------------------------------------------------
135*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122902
136*cdf0e10cSrcweir	const long FTP_TRANSFERABORTED = 122902;
137*cdf0e10cSrcweir
138*cdf0e10cSrcweir	//-------------------------------------------------------------------------
139*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122903
140*cdf0e10cSrcweir	const long NO_VIM_LIBRARY = 122903;
141*cdf0e10cSrcweir
142*cdf0e10cSrcweir	//-------------------------------------------------------------------------
143*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122904
144*cdf0e10cSrcweir	const long VIM_LIBRARY_CORRUPTED = 122904;
145*cdf0e10cSrcweir
146*cdf0e10cSrcweir	//-------------------------------------------------------------------------
147*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122905
148*cdf0e10cSrcweir	const long CCMAIL_EXPORT_ERROR = 122905;
149*cdf0e10cSrcweir
150*cdf0e10cSrcweir	//-------------------------------------------------------------------------
151*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122906
152*cdf0e10cSrcweir	const long NO_CCMAIL_EXPORT_FILE = 122906;
153*cdf0e10cSrcweir
154*cdf0e10cSrcweir	//-------------------------------------------------------------------------
155*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122907
156*cdf0e10cSrcweir	const long ILLEGAL_CCMAIL_EXPORT_FILE = 122907;
157*cdf0e10cSrcweir
158*cdf0e10cSrcweir	//-------------------------------------------------------------------------
159*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122908
160*cdf0e10cSrcweir	const long MESSAGE_NOT_FOUND = 122908;
161*cdf0e10cSrcweir
162*cdf0e10cSrcweir	//-------------------------------------------------------------------------
163*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122909
164*cdf0e10cSrcweir	const long BAD_CCMAIL_EXPORT_PASSWORD = 122909;
165*cdf0e10cSrcweir
166*cdf0e10cSrcweir	//-------------------------------------------------------------------------
167*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122910
168*cdf0e10cSrcweir	const long CCMAIL_EXPORT_TOO_LONG = 122910;
169*cdf0e10cSrcweir
170*cdf0e10cSrcweir	//-------------------------------------------------------------------------
171*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122911
172*cdf0e10cSrcweir	const long FOLDER_EXISTS = 122911;
173*cdf0e10cSrcweir
174*cdf0e10cSrcweir	//-------------------------------------------------------------------------
175*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122912
176*cdf0e10cSrcweir	const long FOLDER_NOT_EXISTS = 122912;
177*cdf0e10cSrcweir
178*cdf0e10cSrcweir	//-------------------------------------------------------------------------
179*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122913
180*cdf0e10cSrcweir	const long NO_VIM_BBOARDLIST = 122913;
181*cdf0e10cSrcweir
182*cdf0e10cSrcweir	//-------------------------------------------------------------------------
183*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122914
184*cdf0e10cSrcweir	const long ILLEGAL_MESSAGE_ID = 122914;
185*cdf0e10cSrcweir
186*cdf0e10cSrcweir	//-------------------------------------------------------------------------
187*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122915
188*cdf0e10cSrcweir	const long SERVER_PORT_SYNTAX = 122915;
189*cdf0e10cSrcweir
190*cdf0e10cSrcweir	//-------------------------------------------------------------------------
191*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122916
192*cdf0e10cSrcweir	const long SERVERNAME_SYNTAX = 122916;
193*cdf0e10cSrcweir
194*cdf0e10cSrcweir	//-------------------------------------------------------------------------
195*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122917
196*cdf0e10cSrcweir	const long USERNAME_SYNTAX = 122917;
197*cdf0e10cSrcweir
198*cdf0e10cSrcweir	//-------------------------------------------------------------------------
199*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122918
200*cdf0e10cSrcweir	const long IS_RESCHEDULED = 122918;
201*cdf0e10cSrcweir
202*cdf0e10cSrcweir	//-------------------------------------------------------------------------
203*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122919
204*cdf0e10cSrcweir	const long VIM_NO_FAKE_MESSAGE_ID = 122919;
205*cdf0e10cSrcweir
206*cdf0e10cSrcweir	//-------------------------------------------------------------------------
207*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122920
208*cdf0e10cSrcweir	const long FSYS_ROOT_DELETE = 122920;
209*cdf0e10cSrcweir
210*cdf0e10cSrcweir	//-------------------------------------------------------------------------
211*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122921
212*cdf0e10cSrcweir	const long FILE_EXISTS = 122921;
213*cdf0e10cSrcweir
214*cdf0e10cSrcweir	//-------------------------------------------------------------------------
215*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122922
216*cdf0e10cSrcweir	const long FILE_NOT_EXISTS = 122922;
217*cdf0e10cSrcweir
218*cdf0e10cSrcweir	//-------------------------------------------------------------------------
219*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122923
220*cdf0e10cSrcweir	const long FSYS_MISPLACED_CHAR = 122923;
221*cdf0e10cSrcweir
222*cdf0e10cSrcweir	//-------------------------------------------------------------------------
223*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122924
224*cdf0e10cSrcweir	const long FSYS_INVALID_CHAR = 122924;
225*cdf0e10cSrcweir
226*cdf0e10cSrcweir	//-------------------------------------------------------------------------
227*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122925
228*cdf0e10cSrcweir	const long FSYS_INVALID_DEVICE = 122925;
229*cdf0e10cSrcweir
230*cdf0e10cSrcweir	//-------------------------------------------------------------------------
231*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122926
232*cdf0e10cSrcweir	const long FSYS_ACCESS_DENIED = 122926;
233*cdf0e10cSrcweir
234*cdf0e10cSrcweir	//-------------------------------------------------------------------------
235*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122927
236*cdf0e10cSrcweir	const long FSYS_LOCK_VIOLATION = 122927;
237*cdf0e10cSrcweir
238*cdf0e10cSrcweir	//-------------------------------------------------------------------------
239*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122928
240*cdf0e10cSrcweir	const long FSYS_VOLUME_FULL = 122928;
241*cdf0e10cSrcweir
242*cdf0e10cSrcweir	//-------------------------------------------------------------------------
243*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122929
244*cdf0e10cSrcweir	const long FSYS_NOT_SUPPORTED = 122929;
245*cdf0e10cSrcweir
246*cdf0e10cSrcweir	//-------------------------------------------------------------------------
247*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122930
248*cdf0e10cSrcweir	const long FSYS_UNKNOWN = 122930;
249*cdf0e10cSrcweir
250*cdf0e10cSrcweir	//-------------------------------------------------------------------------
251*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122931
252*cdf0e10cSrcweir	const long FSYS_NOT_A_FILE = 122931;
253*cdf0e10cSrcweir
254*cdf0e10cSrcweir	//-------------------------------------------------------------------------
255*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122932
256*cdf0e10cSrcweir	const long FSYS_NOT_A_DIRECTORY = 122932;
257*cdf0e10cSrcweir
258*cdf0e10cSrcweir	//-------------------------------------------------------------------------
259*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122933
260*cdf0e10cSrcweir	const long FSYS_IS_WILDCARD = 122933;
261*cdf0e10cSrcweir
262*cdf0e10cSrcweir	//-------------------------------------------------------------------------
263*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122934
264*cdf0e10cSrcweir	const long RENAMED_WRONG_FILE_FORMAT = 122934;
265*cdf0e10cSrcweir
266*cdf0e10cSrcweir	//-------------------------------------------------------------------------
267*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122935
268*cdf0e10cSrcweir	const long FSYS_UPDATE_NEEDED = 122935;
269*cdf0e10cSrcweir
270*cdf0e10cSrcweir	//-------------------------------------------------------------------------
271*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122936
272*cdf0e10cSrcweir	const long FSYS_CANT_RESOLVE_CONFLICT = 122936;
273*cdf0e10cSrcweir
274*cdf0e10cSrcweir	//-------------------------------------------------------------------------
275*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122937
276*cdf0e10cSrcweir	const long FSYS_CANT_ITERATE = 122937;
277*cdf0e10cSrcweir
278*cdf0e10cSrcweir	//-------------------------------------------------------------------------
279*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122938
280*cdf0e10cSrcweir	const long ONE_NOT_SEARCHABLE = 122938;
281*cdf0e10cSrcweir
282*cdf0e10cSrcweir	//-------------------------------------------------------------------------
283*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122939
284*cdf0e10cSrcweir	const long MULTIPLE_NOT_SEARCHABLE = 122939;
285*cdf0e10cSrcweir
286*cdf0e10cSrcweir	//-------------------------------------------------------------------------
287*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122940
288*cdf0e10cSrcweir	const long FSYS_CACHE_INCONSISTENT = 122940;
289*cdf0e10cSrcweir
290*cdf0e10cSrcweir	//-------------------------------------------------------------------------
291*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122941
292*cdf0e10cSrcweir	const long FSYS_READONLY = 122941;
293*cdf0e10cSrcweir
294*cdf0e10cSrcweir	//-------------------------------------------------------------------------
295*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122942
296*cdf0e10cSrcweir	const long FSYS_LOCK = 122942;
297*cdf0e10cSrcweir
298*cdf0e10cSrcweir	//-------------------------------------------------------------------------
299*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122943
300*cdf0e10cSrcweir	const long FSYS_UNLOCK = 122943;
301*cdf0e10cSrcweir
302*cdf0e10cSrcweir	//-------------------------------------------------------------------------
303*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122944
304*cdf0e10cSrcweir	const long FSYS_DELETE = 122944;
305*cdf0e10cSrcweir
306*cdf0e10cSrcweir	//-------------------------------------------------------------------------
307*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122945
308*cdf0e10cSrcweir	const long FSYS_IS_MARKED = 122945;
309*cdf0e10cSrcweir
310*cdf0e10cSrcweir	//-------------------------------------------------------------------------
311*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122946
312*cdf0e10cSrcweir	const long FTP_GENERAL_FAILURE = 122946;
313*cdf0e10cSrcweir
314*cdf0e10cSrcweir	//-------------------------------------------------------------------------
315*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122947
316*cdf0e10cSrcweir	const long DO_LOG = 122947;
317*cdf0e10cSrcweir
318*cdf0e10cSrcweir	//-------------------------------------------------------------------------
319*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122948
320*cdf0e10cSrcweir	const long HTTP_COOKIE_REQUEST = 122948;
321*cdf0e10cSrcweir
322*cdf0e10cSrcweir	//-------------------------------------------------------------------------
323*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122949
324*cdf0e10cSrcweir	const long FSYS_LOST_ROOT = 122949;
325*cdf0e10cSrcweir
326*cdf0e10cSrcweir	//-------------------------------------------------------------------------
327*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122950
328*cdf0e10cSrcweir	const long FTP_PROXY = 122950;
329*cdf0e10cSrcweir
330*cdf0e10cSrcweir	//-------------------------------------------------------------------------
331*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122951
332*cdf0e10cSrcweir	const long SOURCE_SAME_AS_TARGET = 122951;
333*cdf0e10cSrcweir
334*cdf0e10cSrcweir	//-------------------------------------------------------------------------
335*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122952
336*cdf0e10cSrcweir	const long CONFIRM_EMPTY_TRASH = 122952;
337*cdf0e10cSrcweir
338*cdf0e10cSrcweir	//-------------------------------------------------------------------------
339*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122953
340*cdf0e10cSrcweir	const long FSYS_NO_TARGET = 122953;
341*cdf0e10cSrcweir
342*cdf0e10cSrcweir	//-------------------------------------------------------------------------
343*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122954
344*cdf0e10cSrcweir	const long FSYS_RECURSIVE = 122954;
345*cdf0e10cSrcweir
346*cdf0e10cSrcweir	//-------------------------------------------------------------------------
347*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122955
348*cdf0e10cSrcweir	const long FSYS_INSERT_MEDIUM = 122955;
349*cdf0e10cSrcweir
350*cdf0e10cSrcweir	//-------------------------------------------------------------------------
351*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122956
352*cdf0e10cSrcweir	const long NO_DOCINFO = 122956;
353*cdf0e10cSrcweir
354*cdf0e10cSrcweir	//-------------------------------------------------------------------------
355*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122957
356*cdf0e10cSrcweir	const long CCMAIL_EXPORT_NOT_TERMINATING = 122957;
357*cdf0e10cSrcweir
358*cdf0e10cSrcweir	//-------------------------------------------------------------------------
359*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122958
360*cdf0e10cSrcweir	const long EXTERNAL_COMMAND_FAILED = 122958;
361*cdf0e10cSrcweir
362*cdf0e10cSrcweir	//-------------------------------------------------------------------------
363*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122959
364*cdf0e10cSrcweir	const long RENAME_FAILED = 122959;
365*cdf0e10cSrcweir
366*cdf0e10cSrcweir	//-------------------------------------------------------------------------
367*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122960
368*cdf0e10cSrcweir	const long NOT_HANDLED = 122960;
369*cdf0e10cSrcweir
370*cdf0e10cSrcweir	//-------------------------------------------------------------------------
371*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122961
372*cdf0e10cSrcweir	const long COULD_NOT_INIT_COMPONENT = 122961;
373*cdf0e10cSrcweir
374*cdf0e10cSrcweir	//-------------------------------------------------------------------------
375*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122962
376*cdf0e10cSrcweir	const long TRANSFER_URL_NOT_SUPPORTED = 122962;
377*cdf0e10cSrcweir
378*cdf0e10cSrcweir	//-------------------------------------------------------------------------
379*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122963
380*cdf0e10cSrcweir	const long EMPTY_SERVERNAME = 122963;
381*cdf0e10cSrcweir
382*cdf0e10cSrcweir	//-------------------------------------------------------------------------
383*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122964
384*cdf0e10cSrcweir	const long EMPTY_USERNAME = 122964;
385*cdf0e10cSrcweir
386*cdf0e10cSrcweir	//-------------------------------------------------------------------------
387*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122965
388*cdf0e10cSrcweir	const long BAD_INET = 122965;
389*cdf0e10cSrcweir
390*cdf0e10cSrcweir	//-------------------------------------------------------------------------
391*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122966
392*cdf0e10cSrcweir	const long IMAP_SERVER_MSG = 122966;
393*cdf0e10cSrcweir
394*cdf0e10cSrcweir	//-------------------------------------------------------------------------
395*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122967
396*cdf0e10cSrcweir	const long IMAP_CONNECTION_CLOSED = 122967;
397*cdf0e10cSrcweir
398*cdf0e10cSrcweir	//-------------------------------------------------------------------------
399*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122968
400*cdf0e10cSrcweir	const long IMAP_NOT_IMAP4 = 122968;
401*cdf0e10cSrcweir
402*cdf0e10cSrcweir	//-------------------------------------------------------------------------
403*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122969
404*cdf0e10cSrcweir	const long IMAP_BAD_SERVER = 122969;
405*cdf0e10cSrcweir
406*cdf0e10cSrcweir	//-------------------------------------------------------------------------
407*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122970
408*cdf0e10cSrcweir	const long REORGANIZE_FILE_LOCKED = 122970;
409*cdf0e10cSrcweir
410*cdf0e10cSrcweir	//-------------------------------------------------------------------------
411*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122971
412*cdf0e10cSrcweir	const long IMAP_BAD_TITLE = 122971;
413*cdf0e10cSrcweir
414*cdf0e10cSrcweir	//-------------------------------------------------------------------------
415*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122972
416*cdf0e10cSrcweir	const long SERVER_CONNECT_FAILURE = 122972;
417*cdf0e10cSrcweir
418*cdf0e10cSrcweir	//-------------------------------------------------------------------------
419*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122973
420*cdf0e10cSrcweir	const long PASSWORD_SYNTAX = 122973;
421*cdf0e10cSrcweir
422*cdf0e10cSrcweir	//-------------------------------------------------------------------------
423*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122974
424*cdf0e10cSrcweir	const long QUERY_DELETE_CACHE = 122974;
425*cdf0e10cSrcweir
426*cdf0e10cSrcweir	//-------------------------------------------------------------------------
427*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122975
428*cdf0e10cSrcweir	const long REORGANIZE_NO_DISKSPACE = 122975;
429*cdf0e10cSrcweir
430*cdf0e10cSrcweir	//-------------------------------------------------------------------------
431*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122976
432*cdf0e10cSrcweir	const long LOGIN_FAILURE_ACCOUNT = 122976;
433*cdf0e10cSrcweir
434*cdf0e10cSrcweir	//-------------------------------------------------------------------------
435*cdf0e10cSrcweir	// DOCUMENTATION MISSING FOR constants::122977
436*cdf0e10cSrcweir	const long ACCOUNT_SYNTAX = 122977;
437*cdf0e10cSrcweir
438*cdf0e10cSrcweir};
439*cdf0e10cSrcweir
440*cdf0e10cSrcweir//=============================================================================
441*cdf0e10cSrcweir
442*cdf0e10cSrcweir}; }; }; };
443*cdf0e10cSrcweir
444*cdf0e10cSrcweir#endif
445