class GooglePlaces::RequestDeniedError

Thrown when a request was denied by the server

This can be the case when:

Public Instance Methods

to_s() click to toggle source
# File lib/google_places/error.rb, line 12
def to_s
  response.parsed_response['error_message']
end