ErrorType
Loại lỗi khi truy vấn tài khoản.
Enum |
ERROR_TYPE_UNSPECIFIED |
Mặc định. |
WILDCARD_TOO_BROAD |
Vĩnh viễn – cụm từ tiền tố mở rộng đến quá nhiều cụm từ tìm kiếm. |
TOO_MANY_TERMS |
Vĩnh viễn - truy vấn chứa quá nhiều cụm từ. |
LOCATION_UNAVAILABLE |
Tạm thời – dữ liệu đang chuyển giữa các bản sao lưu trữ, tạm thời không có sẵn. |
UNKNOWN |
Lỗi không rõ. |
DEADLINE_EXCEEDED |
Đã hết thời hạn truy vấn tài khoản. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-22 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]