summaryrefslogtreecommitdiffstats
path: root/module/lib/thrift/Thrift.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/lib/thrift/Thrift.py')
-rw-r--r--module/lib/thrift/Thrift.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/lib/thrift/Thrift.py b/module/lib/thrift/Thrift.py
index a96351276..1d271fcff 100644
--- a/module/lib/thrift/Thrift.py
+++ b/module/lib/thrift/Thrift.py
@@ -96,6 +96,8 @@ class TApplicationException(TException):
WRONG_METHOD_NAME = 3
BAD_SEQUENCE_ID = 4
MISSING_RESULT = 5
+ INTERNAL_ERROR = 6
+ PROTOCOL_ERROR = 7
def __init__(self, type=UNKNOWN, message=None):
TException.__init__(self, message)