ErrorType
ประเภทข้อผิดพลาดขณะค้นหาบัญชี
Enum |
ERROR_TYPE_UNSPECIFIED |
ค่าเริ่มต้น |
WILDCARD_TOO_BROAD |
ถาวร - ขยายคํานําหน้าเป็นคําค้นหามากเกินไป |
TOO_MANY_TERMS |
ถาวร - คําค้นหามีคํามากเกินไป |
LOCATION_UNAVAILABLE |
ชั่วคราว - ข้อมูลที่อยู่ระหว่างการส่งระหว่างตัวจําลองพื้นที่เก็บข้อมูล ไม่พร้อมให้บริการชั่วคราว |
UNKNOWN |
ข้อผิดพลาดที่ไม่รู้จัก |
DEADLINE_EXCEEDED |
เกินกําหนดเวลาเมื่อค้นหาบัญชี |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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"]]