Class: HiveServerException

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/hive_service_types.rb

Constant Summary collapse

MESSAGE =
1
ERRORCODE =
2
SQLSTATE =
3
FIELDS =
{
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'},
  ERRORCODE => {:type => ::Thrift::Types::I32, :name => 'errorCode'},
  SQLSTATE => {:type => ::Thrift::Types::STRING, :name => 'SQLState'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



60
# File 'lib/thrift/hive_service_types.rb', line 60

def struct_fields; FIELDS; end

#validateObject



62
63
# File 'lib/thrift/hive_service_types.rb', line 62

def validate
end