Exception: Bolt::Node::FileError
- 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
33 34 35 |
# File 'lib/bolt/node/errors.rb', line 33 def kind 'puppetlabs.tasks/task_file_error' end |