ErrorType
枚举 |
ERROR_TYPE_UNSPECIFIED |
默认此值。 |
WILDCARD_TOO_BROAD |
永久 - 前缀字词的扩展过多。 |
TOO_MANY_TERMS |
永久性 - 查询包含的字词过多。 |
LOCATION_UNAVAILABLE |
暂时性 - 在存储副本之间传输的数据,暂时无法使用。 |
UNKNOWN |
无法识别的错误。 |
DEADLINE_EXCEEDED |
查询帐号时超出截止期限。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):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."]]],[]]