# File lib/chef/formatters/error_inspectors/api_error_formatting.rb, line 81 def describe_503_error(error_description) error_description.section("Server Unavailable","The Chef Server is temporarily unavailable") error_description.section("Server Response:", format_rest_error) end