Exception: Bolt::Node::EscalateError

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



27
28
29
# File 'lib/bolt/node/errors.rb', line 27

def kind
  'puppetlabs.tasks/escalate-error'
end