ErrorType
Fehlertyp beim Abfragen des Kontos.
Enums |
ERROR_TYPE_UNSPECIFIED |
Standard. |
WILDCARD_TOO_BROAD |
Dauerhaft – Präfixbegriffe wurden zu viele Suchbegriffe erweitert. |
TOO_MANY_TERMS |
Dauerhaft – Suchanfrage enthält zu viele Begriffe. |
LOCATION_UNAVAILABLE |
Transient – Daten bei der Übertragung zwischen Speicherreplikaten, vorübergehend nicht verfügbar. |
UNKNOWN |
Unbekannter Fehler. |
DEADLINE_EXCEEDED |
Frist für Abfrage des Kontos überschritten. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-22 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-22 (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."]]],["The provided content outlines error types encountered when querying an account. Key error types include `WILDCARD_TOO_BROAD` and `TOO_MANY_TERMS`, both permanent issues related to query construction. `LOCATION_UNAVAILABLE` indicates transient data unavailability. `UNKNOWN` signifies an unrecognized error. `DEADLINE_EXCEEDED` denotes a timeout during the query. `ERROR_TYPE_UNSPECIFIED` is the default state. Each type represents a distinct reason for a query failure.\n"]]