Class: Google::Cloud::Bigtable::InvalidRowStateError

Inherits:
Error
  • Object
show all
Defined in:
lib/google/cloud/bigtable/errors.rb

Overview

Invalid read row state error

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, data = nil) ⇒ InvalidRowStateError

Returns a new instance of InvalidRowStateError.



26
27
28
29
# File 'lib/google/cloud/bigtable/errors.rb', line 26

def initialize message, data = nil
  super message
  @data = data if data
end

Instance Attribute Details

#dataObject (readonly)

Invalid row chunk data



24
25
26
# File 'lib/google/cloud/bigtable/errors.rb', line 24

def data
  @data
end