ErrorType
열거형 |
ERROR_TYPE_UNSPECIFIED |
기본값입니다. |
WILDCARD_TOO_BROAD |
영구 - 접두어 용어가 너무 많은 검색어로 확장되었습니다. |
TOO_MANY_TERMS |
영구 - 검색어에 너무 많은 용어가 포함되어 있습니다. |
LOCATION_UNAVAILABLE |
일시적 - 스토리지 복제본 간 전송 중 데이터이며 일시적으로 사용할 수 없습니다. |
UNKNOWN |
인식할 수 없는 오류가 발생했습니다. |
DEADLINE_EXCEEDED |
계정 쿼리 기한이 지났습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]