Exception: Bolt::ApplyError

Inherits:
Error
  • Object
show all
Defined in:
lib/bolt/error.rb

Instance Attribute Summary

Attributes inherited from Error

#details, #error_code, #issue_code, #kind

Instance Method Summary collapse

Methods inherited from Error

#msg, #to_h, #to_json, #to_puppet_error, unknown_plan, unknown_task

Constructor Details

#initialize(target) ⇒ ApplyError

Returns a new instance of ApplyError.



103
104
105
# File 'lib/bolt/error.rb', line 103

def initialize(target)
  super("Apply failed to compile for #{target}", 'bolt/apply-error')
end