emulatorQuotaExceeded constant
ErrorReason
const emulatorQuotaExceeded
The request is denied because the associated project has exceeded the emulator quota limit.
Example of an ErrorInfo when the associated "projects/123" has exceeded the emulator quota limit.
{
"reason": "EMULATOR_QUOTA_EXCEEDED",
"domain": "googleapis.com",
"metadata": {
"service": "pubsub.googleapis.com"
"consumer": "projects/123"
}
}
Implementation
static const emulatorQuotaExceeded = ErrorReason('EMULATOR_QUOTA_EXCEEDED');