VirtualMailManager/constants/ERROR.py
changeset 76 14c0a092d7d2
parent 56 9ae1b1b2ee5c
child 88 b3debcfea7bc
equal deleted inserted replaced
75:af813ede1e19 76:14c0a092d7d2
     1 #!/usr/bin/env python
       
     2 # -*- coding: UTF-8 -*-
     1 # -*- coding: UTF-8 -*-
     3 # Copyright 2007-2008 VEB IT
     2 # Copyright 2007-2008 VEB IT
     4 # See COPYING for distribution information.
     3 # See COPYING for distribution information.
     5 # $Id$
     4 # $Id$
     6 
     5 
    39 NO_SUCH_ALIAS = 52
    38 NO_SUCH_ALIAS = 52
    40 NO_SUCH_ALIASDOMAIN = 53
    39 NO_SUCH_ALIASDOMAIN = 53
    41 NO_SUCH_BINARY = 54
    40 NO_SUCH_BINARY = 54
    42 NO_SUCH_DIRECTORY = 55
    41 NO_SUCH_DIRECTORY = 55
    43 NO_SUCH_DOMAIN = 56
    42 NO_SUCH_DOMAIN = 56
    44 TRANSPORT_INIT = 57
    43 NO_SUCH_RELOCATED = 57
    45 UNKNOWN_MAILLOCATION_ID = 58
    44 RELOCATED_ADDR_DEST_IDENTICAL = 58
    46 UNKNOWN_SERVICE = 59
    45 RELOCATED_EXISTS = 59 
    47 UNKNOWN_TRANSPORT_ID = 60
    46 RELOCATED_MISSING_DEST = 60 
       
    47 TRANSPORT_INIT = 61
       
    48 UNKNOWN_MAILLOCATION_ID = 62
       
    49 UNKNOWN_SERVICE = 63
       
    50 UNKNOWN_TRANSPORT_ID = 64