Exception: GoodData::Bam::IdInTapNotPresentError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/base/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(tap) ⇒ IdInTapNotPresentError

Returns a new instance of IdInTapNotPresentError.



17
18
19
# File 'lib/base/errors.rb', line 17

def initialize(tap)
  super("Tap \"#{tap[:id]}\" does not have Id field. Every non direct tap has to have field name Id on the output. Consider adding an appropriate field and/or using acts_as.")
end