ErrorType
Hesap sorgulanırken hata türü.
Sıralamalar |
ERROR_TYPE_UNSPECIFIED |
Varsayılan. |
WILDCARD_TOO_BROAD |
Kalıcı: Ön ek terimleri çok fazla sorgu terimi içerecek şekilde genişletildi. |
TOO_MANY_TERMS |
Kalıcı: Sorguda çok fazla terim var. |
LOCATION_UNAVAILABLE |
Geçici: Depolama replikaları arasında geçiş halindeki veriler, geçici olarak kullanılamıyor. |
UNKNOWN |
Hata tanınamadı. |
DEADLINE_EXCEEDED |
Hesap sorgulanırken son tarih aşıldı. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-22 UTC.
[null,null,["Son güncelleme tarihi: 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"]]