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