Exception: ChefApply::ErrorNoLogs
- Defined in:
- lib/chef_apply/error.rb
Overview
These helpers are obsolete
Direct Known Subclasses
Action::ConvergeTarget::CCRFailureMapper::RemoteChefClientRunFailed, Action::GenerateTempCookbook::TempCookbook::UnsupportedExtension, Action::InstallChef::MinimumChefVersion::Client13Outdated, Action::InstallChef::MinimumChefVersion::Client14Outdated, Action::InstallChef::MinimumChefVersion::ClientNotInstalled, CLI::OptionValidationError, MultiJobFailure, TargetHost::ConnectionFailure, TargetHost::RemoteExecutionFailed, TargetHost::UnsupportedTargetOS, TargetResolver::InvalidRange, TargetResolver::TooManyRanges, TargetResolver::TooManyTargets, TargetResolver::UnsupportedProtocol
Instance Attribute Summary
Attributes inherited from Error
#decorate, #id, #params, #show_log, #show_stack
Instance Method Summary collapse
- 
  
    
      #initialize(id, *params)  ⇒ ErrorNoLogs 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ErrorNoLogs. 
Constructor Details
#initialize(id, *params) ⇒ ErrorNoLogs
Returns a new instance of ErrorNoLogs.
| 33 34 35 36 37 | # File 'lib/chef_apply/error.rb', line 33 def initialize(id, *params) super @show_log = false @show_stack = false end |