ErrorType
खाते में क्वेरी करते समय गड़बड़ी का टाइप.
Enums |
ERROR_TYPE_UNSPECIFIED |
डिफ़ॉल्ट. |
WILDCARD_TOO_BROAD |
स्थायी - उपसर्ग वाले शब्दों का विस्तार बहुत ज़्यादा क्वेरी शब्दों तक हो गया है. |
TOO_MANY_TERMS |
स्थायी - क्वेरी में बहुत ज़्यादा शब्द हैं. |
LOCATION_UNAVAILABLE |
अस्थायी - संग्रहण प्रतिरूपों के बीच ट्रांज़िट में डेटा अस्थायी रूप से अनुपलब्ध है. |
UNKNOWN |
अज्ञात गड़बड़ी. |
DEADLINE_EXCEEDED |
खाते पर क्वेरी करते समय आखिरी तारीख पार हो गई. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]