ErrorType
نوع الخطأ عند الاستعلام عن الحساب.
عمليات التعداد |
ERROR_TYPE_UNSPECIFIED |
تلقائي: |
WILDCARD_TOO_BROAD |
دائم - تم توسيع عبارات البادئة إلى عبارات طلب بحث كثيرة جدًا. |
TOO_MANY_TERMS |
دائم - يحتوي طلب البحث على عبارات كثيرة جدًا. |
LOCATION_UNAVAILABLE |
عابر - البيانات قيد النقل بين النسخ الاحتياطية للتخزين، غير متاحة مؤقتًا. |
UNKNOWN |
خطأ غير معروف. |
DEADLINE_EXCEEDED |
تم تجاوز الموعد النهائي عند إجراء طلب بحث في الحساب. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]