Subversion Repositories SmartDukaan

Rev

Rev 3431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3431 Rev 4501
Line 5... Line 5...
5
#
5
#
6
 
6
 
7
from thrift.Thrift import *
7
from thrift.Thrift import *
8
from ttypes import *
8
from ttypes import *
9
 
9
 
-
 
10
EXCEPTION_TYPES_DESCRIPTION = {
-
 
11
    101 : "Null pointer exception",
-
 
12
    102 : "Illegal arguments, could not lookup",
-
 
13
    103 : "Error in the DB layer",
-
 
14
    104 : "Not authorized",
-
 
15
}