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