class RestClient::RequestFailed
The request failed with an error code not managed by the code
def message
def message "HTTP status code #{http_code}" end
def to_s
def to_s message end
The request failed with an error code not managed by the code
def message "HTTP status code #{http_code}" end
def to_s message end