Exception: GoodData::Bam::IdInTapNotPresentError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- GoodData::Bam::IdInTapNotPresentError
- Defined in:
- lib/base/errors.rb
Instance Method Summary collapse
-
#initialize(tap) ⇒ IdInTapNotPresentError
constructor
A new instance of IdInTapNotPresentError.
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 |