From a02dd3b213bcb0c8aff84dc0b2462ce21ed2cc6a Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 15 Aug 2011 11:34:38 +0200 Subject: updated thrift, --clean method, youtube fix closed #379 --- module/lib/thrift/Thrift.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/lib/thrift/Thrift.py') 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) -- cgit v1.2.3