Exception: Bolt::Node::EscalateError
- Defined in:
- lib/bolt/node/errors.rb
Instance Attribute Summary
Attributes inherited from BaseError
Attributes inherited from Error
#details, #error_code, #issue_code
Instance Method Summary collapse
Methods inherited from BaseError
Methods inherited from Error
#initialize, #msg, #to_h, #to_json, #to_puppet_error, unknown_plan, unknown_task
Constructor Details
This class inherits a constructor from Bolt::Node::BaseError
Instance Method Details
#kind ⇒ Object
22 23 24 |
# File 'lib/bolt/node/errors.rb', line 22 def kind 'puppetlabs.tasks/escalate-error' end |