ErrorType
Error type when querying the account.
Enums |
ERROR_TYPE_UNSPECIFIED |
Default. |
WILDCARD_TOO_BROAD |
Permanent - prefix terms expanded to too many query terms. |
TOO_MANY_TERMS |
Permanent - query contains too many terms. |
LOCATION_UNAVAILABLE |
Transient - data in transit between storage replicas, temporarily unavailable. |
UNKNOWN |
Unrecognized error. |
DEADLINE_EXCEEDED |
Deadline exceeded when querying the account. |
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 2025-02-05 UTC.
[null,null,["Last updated 2025-02-05 UTC."],[[["This documentation details the different types of errors that can occur when querying an account."],["Errors are categorized by type: `ERROR_TYPE_UNSPECIFIED`, `WILDCARD_TOO_BROAD`, `TOO_MANY_TERMS`, `LOCATION_UNAVAILABLE`, `UNKNOWN`, and `DEADLINE_EXCEEDED`."],["Error types can be permanent or transient, indicating whether the issue is ongoing or temporary."],["Each error type has a specific meaning, such as exceeding the query deadline or having too many terms in the query."]]],[]]