Method: Chef::Formatters::APIErrorFormatting#describe_http_error
- Defined in:
- lib/chef/formatters/error_inspectors/api_error_formatting.rb
#describe_http_error(error_description) ⇒ Object
Fallback for unexpected/uncommon http errors
139 140 141 |
# File 'lib/chef/formatters/error_inspectors/api_error_formatting.rb', line 139 def describe_http_error(error_description) error_description.section("Unexpected API Request Failure:", format_rest_error) end |