class RestClient::RequestFailed
The request failed with an error code not managed by the code
Public Instance Methods
Source
# File lib/restclient/exceptions.rb, line 157 def default_message "HTTP status code #{http_code}" end
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