Subversion Repositories SmartDukaan

Rev

Rev 4501 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4501 Rev 4847
Line 10... Line 10...
10
EXCEPTION_TYPES_DESCRIPTION = {
10
EXCEPTION_TYPES_DESCRIPTION = {
11
    101 : "Null pointer exception",
11
    101 : "Null pointer exception",
12
    102 : "Illegal arguments, could not lookup",
12
    102 : "Illegal arguments, could not lookup",
13
    103 : "Error in the DB layer",
13
    103 : "Error in the DB layer",
14
    104 : "Not authorized",
14
    104 : "Not authorized",
-
 
15
    105 : "Multiple items found",
15
}
16
}