apiKeyIosAppBlocked constant
ErrorReason
const apiKeyIosAppBlocked
The request is denied because it violates API key iOS application restrictions.
Example of an ErrorInfo when the consumer "projects/123" fails to call "storage.googleapis.com" service because the request from the iOS apps violates the API key iOS application restrictions:
{ "reason": "API_KEY_IOS_APP_BLOCKED",
"domain": "googleapis.com",
"metadata": {
"consumer": "projects/123",
"service": "storage.googleapis.com"
}
}
Implementation
static const apiKeyIosAppBlocked = ErrorReason('API_KEY_IOS_APP_BLOCKED');