RestClient::ExceptionWithResponse
The request failed with an error code not managed by the code
# File lib/restclient/exceptions.rb, line 157 def default_message "HTTP status code #{http_code}" end
# File lib/restclient/exceptions.rb, line 161 def to_s message end