Methods

RestClient::RequestFailed

The request failed with an error code not managed by the code

Public Instance Methods

message() click to toggle source
# File lib/restclient/exceptions.rb, line 123
def message
  "HTTP status code #{http_code}"
end
to_s() click to toggle source
# File lib/restclient/exceptions.rb, line 127
def to_s
  message
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.