Exception: Bolt::Node::FileError

Inherits:
BaseError show all
Defined in:
lib/bolt/node/errors.rb

Instance Attribute Summary

Attributes inherited from BaseError

#issue_code

Attributes inherited from Error

#details, #error_code, #issue_code

Instance Method Summary collapse

Methods inherited from BaseError

#initialize

Methods inherited from Error

#add_filelineno, #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

#kindObject



33
34
35
# File 'lib/bolt/node/errors.rb', line 33

def kind
  'puppetlabs.tasks/task_file_error'
end