java.lang.Object | ||
↳ | com.google.android.gms.common.api.CommonStatusCodes | |
↳ | com.google.android.gms.location.places.PlacesStatusCodes |
Places API specific status codes, for use in getStatusCode()
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ACCESS_NOT_CONFIGURED | Operation failed due to an invalid quota project. | |||||||||
int | DEVICE_RATE_LIMIT_EXCEEDED | The per-device rate limit (QPS limit) for the device has been exceeded. | |||||||||
int | INVALID_ARGUMENT | Operation failed due to an invalid argument. | |||||||||
int | KEY_EXPIRED | Operation failed due to an expired API key. | |||||||||
int | KEY_INVALID | Operation failed due to an invalid API key. | |||||||||
int | RATE_LIMIT_EXCEEDED | The overall rate limit (QPS limit) for the developer has been exceeded. | |||||||||
int | USAGE_LIMIT_EXCEEDED | The usage limit has been exceeded (could be daily or some other period). |
[Expand]
Inherited Constants | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() |
Operation failed due to an invalid quota project.
The per-device rate limit (QPS limit) for the device has been exceeded.
Operation failed due to an invalid argument.
Operation failed due to an expired API key.
Operation failed due to an invalid API key.
The overall rate limit (QPS limit) for the developer has been exceeded.
The usage limit has been exceeded (could be daily or some other period).