Class GData::Client::RequestError
In: lib/gdata/client.rb
Parent: Error

Base class for errors raised due to requests

Methods

new  

Attributes

response  [RW]  The Net::HTTPResponse that caused this error.

Public Class methods

Creates a new RequestError from Net::HTTPResponse response with a message containing the error code and response body.

[Validate]