Exception: ChefApply::Errors::CCRFailureMapper::RemoteChefRunFailedToResolveError

Inherits:
ChefApply::ErrorNoStack show all
Defined in:
lib/chef_apply/errors/ccr_failure_mapper.rb

Instance Attribute Summary

Attributes inherited from ChefApply::Error

#decorate, #id, #params, #show_log, #show_stack

Instance Method Summary collapse

Constructor Details

#initialize(stdout, stderr) ⇒ RemoteChefRunFailedToResolveError

Returns a new instance of RemoteChefRunFailedToResolveError.



88
# File 'lib/chef_apply/errors/ccr_failure_mapper.rb', line 88

def initialize(stdout, stderr); super("CHEFCCR001", stdout, stderr); end