VirtualMailManager/constants/ERROR.py
changeset 8 7e3ce56f49e6
parent 2 9b39f828aa8a
child 19 bf9a03c476fc
equal deleted inserted replaced
7:96761c442dcf 8:7e3ce56f49e6
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 # -*- coding: UTF-8 -*-
     2 # -*- coding: UTF-8 -*-
     3 # opyright 2007-2008 VEB IT
     3 # Copyright 2007-2008 VEB IT
     4 # See COPYING for distribution information.
     4 # See COPYING for distribution information.
     5 # $Id$
     5 # $Id$
     6 
     6 
     7 ACCOUNT_AND_ALIAS_PRESENT = 20
     7 ACCOUNT_AND_ALIAS_PRESENT = 20
     8 ACCOUNT_EXISTS = 21
     8 ACCOUNT_EXISTS = 21
    25 INVALID_OPTION = 38
    25 INVALID_OPTION = 38
    26 INVALID_SECTION = 39
    26 INVALID_SECTION = 39
    27 LOCALPART_INVALID = 40
    27 LOCALPART_INVALID = 40
    28 LOCALPART_TOO_LONG = 41
    28 LOCALPART_TOO_LONG = 41
    29 MAILDIR_PERM_MISMATCH = 42
    29 MAILDIR_PERM_MISMATCH = 42
    30 NOT_EXECUTABLE = 43
    30 MAILLOCATION_INIT = 43
    31 NO_SUCH_ACCOUNT = 44
    31 NOT_EXECUTABLE = 44
    32 NO_SUCH_ALIAS = 45
    32 NO_SUCH_ACCOUNT = 45
    33 NO_SUCH_BINARY = 46
    33 NO_SUCH_ALIAS = 46
    34 NO_SUCH_DIRECTORY = 47
    34 NO_SUCH_BINARY = 47
    35 NO_SUCH_DOMAIN = 48
    35 NO_SUCH_DIRECTORY = 48
       
    36 NO_SUCH_DOMAIN = 49
       
    37 TRANSPORT_INIT = 50
       
    38 UNKNOWN_MAILLOCATION_ID = 51
       
    39 UNKNOWN_TRANSPORT_ID = 52