Google Maps Error Messages
If you are receiving an error message in Map View and you are using the Google Maps API, these are all the possible status codes that can be returned. The Status field within the Geocoding response object contains the status of the request, and may contain debugging information to help you track down why geocoding is not working.
The Status field may contain the following values:
- OK indicates that no errors occurred; the address was successfully parsed and at least one geocode was returned.
- ZERO_RESULTS indicates that the geocode was successful but returned no results. This may occur if the geocoder was passed a non-existent address.
- OVER_DAILY_LIMIT indicates any of the following:
- The API key is missing or invalid.
- Billing has not been enabled on your account.
- A self-imposed usage cap has been exceeded.
- The provided method of payment is no longer valid (for example, a credit card has expired).
- OVER_QUERY_LIMIT indicates that you are over your quota.
- REQUEST_DENIED indicates that your request was denied.
- INVALID_REQUEST generally indicates that the query (address, components or latlng) is missing.
- UNKNOWN_ERROR indicates that the request could not be processed due to a server error. The request may succeed if you try again.