VirtualMailManager/constants/ERROR.py
changeset 76 14c0a092d7d2
parent 56 9ae1b1b2ee5c
child 88 b3debcfea7bc
--- a/VirtualMailManager/constants/ERROR.py	Sat Sep 06 03:07:28 2008 +0000
+++ b/VirtualMailManager/constants/ERROR.py	Mon Sep 08 05:30:17 2008 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: UTF-8 -*-
 # Copyright 2007-2008 VEB IT
 # See COPYING for distribution information.
@@ -41,7 +40,11 @@
 NO_SUCH_BINARY = 54
 NO_SUCH_DIRECTORY = 55
 NO_SUCH_DOMAIN = 56
-TRANSPORT_INIT = 57
-UNKNOWN_MAILLOCATION_ID = 58
-UNKNOWN_SERVICE = 59
-UNKNOWN_TRANSPORT_ID = 60
+NO_SUCH_RELOCATED = 57
+RELOCATED_ADDR_DEST_IDENTICAL = 58
+RELOCATED_EXISTS = 59 
+RELOCATED_MISSING_DEST = 60 
+TRANSPORT_INIT = 61
+UNKNOWN_MAILLOCATION_ID = 62
+UNKNOWN_SERVICE = 63
+UNKNOWN_TRANSPORT_ID = 64