Class Chef::Formatters::ErrorInspectors::NodeLoadErrorInspector
In: lib/chef/formatters/error_inspectors/node_load_error_inspector.rb
Parent: Object

APIErrorInspector

Wraps exceptions caused by API calls to the server.

Methods

Included Modules

APIErrorFormatting

Attributes

config  [R] 
exception  [R] 
node_name  [R] 

Public Class methods

Public Instance methods

Custom 404 error messaging. Users sometimes see 404s when they have misconfigured server URLs, and the wrong one redirects to the new one, e.g., PUT wrong.url/nodes/node-name becomes a GET after a redirect.

[Validate]