Exception: GoodData::SegmentNotEmpty
- Defined in:
- lib/gooddata/exceptions/segment_not_empty.rb
Overview
Project Not Found
Constant Summary collapse
- DEFAULT_MSG =
'Segment you are trying to delete is not empty. Either clean it up or use force: true to force cleanup of clients.'
Instance Method Summary collapse
-
#initialize(msg = DEFAULT_MSG) ⇒ SegmentNotEmpty
constructor
A new instance of SegmentNotEmpty.
Constructor Details
#initialize(msg = DEFAULT_MSG) ⇒ SegmentNotEmpty
Returns a new instance of SegmentNotEmpty.
14 15 16 |
# File 'lib/gooddata/exceptions/segment_not_empty.rb', line 14 def initialize(msg = DEFAULT_MSG) super(msg) end |