summaryrefslogtreecommitdiffstats
path: root/module/lib/thrift/Thrift.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-15 11:34:38 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-15 11:34:38 +0200
commita02dd3b213bcb0c8aff84dc0b2462ce21ed2cc6a (patch)
tree03a2245a03ebee111fd9df61f95abd5890397dac /module/lib/thrift/Thrift.py
parentrs fix (diff)
downloadpyload-a02dd3b213bcb0c8aff84dc0b2462ce21ed2cc6a.tar.xz
updated thrift, --clean method, youtube fix closed #379
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)