Thrift::ApplicationException
Inherits Thrift::Type::Read < Thrift::Type < Thrift::Exception < Exception < Reference < Object
Constants
BAD_SEQUENCE_ID = 4
INTERNAL_ERROR = 6
INVALID_MESSAGE_TYPE = 2
INVALID_PROTOCOL = 9
INVALID_TRANSFORM = 8
MISSING_RESULT = 5
PROTOCOL_ERROR = 7
UNKNOWN = 0
UNKNOWN_METHOD = 1
UNSUPPORTED_CLIENT_TYPE = 10
WRONG_METHOD_NAME = 3
Constructors
Instance methods
message
Sourceread(from iprot : Thrift::Protocol::BaseProtocol)
All thrift compatible types need to define a class level read method
type
Sourcewrite(to oprot : Thrift::Protocol::BaseProtocol)
All thrift compatible types need to define a write method