java.lang.Object | |
↳ | com.google.android.gms.search.SearchAuth.StatusCodes |
Status codes for SearchAuth API containing a combination of common status codes and custom status codes.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | AUTH_DISABLED | Authorization for the requested access is disabled for the caller. | |||||||||
int | AUTH_THROTTLED | API call has been rejected by the throttler. | |||||||||
int | DEVELOPER_ERROR | The application is misconfigured. | |||||||||
int | INTERNAL_ERROR | An internal error occurred. | |||||||||
int | SUCCESS | The operation was successful. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Authorization for the requested access is disabled for the caller. For example, it may be disabled due to opt-outs or lack of opt-ins by the user.
API call has been rejected by the throttler. Retry on or after getNextAllowedTimeMillis()
.
The application is misconfigured. This error is not recoverable and will be treated as fatal. The developer should look at the logs after this to determine more actionable information.
An internal error occurred. Retrying should resolve the problem.
The operation was successful.