ErrorType
סוג שגיאה ביצירת שאילתה בחשבון.
Enums |
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 (שעון 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"]]