ErrorType
Тип ошибки при запросе учетной записи.
перечисления |
---|
ERROR_TYPE_UNSPECIFIED | По умолчанию. |
WILDCARD_TOO_BROAD | Постоянные — термины префикса расширены до слишком большого количества терминов запроса. |
TOO_MANY_TERMS | Постоянный - запрос содержит слишком много терминов. |
LOCATION_UNAVAILABLE | Transient — данные в пути между репликами хранилища, временно недоступны. |
UNKNOWN | Нераспознанная ошибка. |
DEADLINE_EXCEEDED | Превышен крайний срок при запросе учетной записи. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-30 UTC.
[null,null,["Последнее обновление: 2024-10-30 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"]]