Exception: Greedy::AuthorizationError

Inherits:
ConnectionError show all
Defined in:
lib/greedy.rb

Class Method Summary collapse

Class Method Details

.gdata_errorsObject



21
22
23
24
25
# File 'lib/greedy.rb', line 21

def self.gdata_errors
  %w{AuthorizationError BadRequestError CaptchaError}.collect do |e| 
    "GData::Client::#{e}"
  end
end