QuotaError
Enum describing possible quota errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
RESOURCE_EXHAUSTED
|
Too many requests. |
ACCESS_PROHIBITED
|
Access is prohibited. |
RESOURCE_TEMPORARILY_EXHAUSTED
|
Too many requests in a short amount of time. |
EXCESSIVE_SHORT_TERM_QUERY_RESOURCE_CONSUMPTION
|
Too many expensive requests from query pattern over a short amount of time. |
EXCESSIVE_LONG_TERM_QUERY_RESOURCE_CONSUMPTION
|
Too many expensive requests from query pattern over an extended duration of time. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum describes potential errors related to quotas or limits."],["Errors can indicate unspecified issues, unknown errors, or various resource exhaustion scenarios."],["Resource exhaustion errors can be due to general overuse, short bursts of requests, or consistently high resource consumption over time."],["Access can be explicitly prohibited by quota settings."]]],[]]