summaryrefslogtreecommitdiff
path: root/lib/rb/lib/thrift/exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rb/lib/thrift/exceptions.rb')
-rw-r--r--lib/rb/lib/thrift/exceptions.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rb/lib/thrift/exceptions.rb b/lib/rb/lib/thrift/exceptions.rb
index 2ccc7ce6b..68cb9e03a 100644
--- a/lib/rb/lib/thrift/exceptions.rb
+++ b/lib/rb/lib/thrift/exceptions.rb
@@ -37,6 +37,9 @@ module Thrift
MISSING_RESULT = 5
INTERNAL_ERROR = 6
PROTOCOL_ERROR = 7
+ INVALID_TRANSFORM = 8
+ INVALID_PROTOCOL = 9
+ UNSUPPORTED_CLIENT_TYPE = 10
attr_reader :type