ErrorType
অ্যাকাউন্ট অনুসন্ধান করার সময় ত্রুটির ধরন।
এনামস |
---|
ERROR_TYPE_UNSPECIFIED | ডিফল্ট. |
WILDCARD_TOO_BROAD | স্থায়ী - উপসর্গ পদগুলি অনেকগুলি ক্যোয়ারী পদে প্রসারিত হয়েছে৷ |
TOO_MANY_TERMS | স্থায়ী - ক্যোয়ারীতে অনেকগুলি পদ রয়েছে৷ |
LOCATION_UNAVAILABLE | ক্ষণস্থায়ী - স্টোরেজ প্রতিলিপিগুলির মধ্যে ট্রানজিট ডেটা, সাময়িকভাবে অনুপলব্ধ৷ |
UNKNOWN | অস্বীকৃত ত্রুটি. |
DEADLINE_EXCEEDED | অ্যাকাউন্ট জিজ্ঞাসা করার সময় সময়সীমা অতিক্রম করেছে৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। 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"]]