class GooglePlaces::RequestDeniedError
Thrown when a request was denied by the server
This can be the case when:
-
API key is not authorized for the Places API
-
querying the SPOT_LIST_URL without the following parameters:
-
key
-
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