An IOError exception signals that an error occurred communicating to the Hbase master or an Hbase region server. Also used to return more general Hbase error conditions.
[Source]
# File lib/thrift/hbase_types.rb, line 158 def initialize(message=nil) super() self.message = message end
# File lib/thrift/hbase_types.rb, line 169 def struct_fields; FIELDS; end
# File lib/thrift/hbase_types.rb, line 171 def validate end
[Validate]