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 و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی."],[[["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"]]