FailureInfo
JSON প্রতিনিধিত্ব |
---|
{
"errorCode": enum (Code ),
"errorMessage": string,
// Union field failed_entity can be only one of the following:
"printerId": string,
"printer": {
object (Printer )
}
// End of list of possible types for union field failed_entity .
} |
ক্ষেত্র |
---|
errorCode | enum ( Code ) কেন আপডেট প্রয়োগ করতে ব্যর্থ হয়েছে তার জন্য ক্যানোনিকাল কোড। |
errorMessage | string ব্যর্থতার কারণ বার্তা। |
ইউনিয়ন ক্ষেত্র failed_entity । failed_entity নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
printerId | string একটি ব্যর্থ প্রিন্টারের আইডি। |
printer | object ( Printer ) ব্যর্থ প্রিন্টার। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Provides details on failures related to printer updates using JSON representation, including an error code and message."],["Offers further information on the specific entity that failed, which could be identified by a printer ID or detailed printer object."],["Uses canonical codes from a reference document to categorize the reasons for update failures."]]],[]]