Class: Hive::Thrift::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



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

def struct_fields; FIELDS; end

#validateObject



65
66
# File 'lib/thrift/hive_service_types.rb', line 65

def validate
end