PrintServerFailureInfo
JSON প্রতিনিধিত্ব |
---|
{
"errorCode": enum (Code ),
"errorMessage": string,
// Union field failed_entity can be only one of the following:
"printServerId": string,
"printServer": {
object (PrintServer )
}
// End of list of possible types for union field failed_entity .
} |
ক্ষেত্র |
---|
errorCode | enum ( Code ) কেন আপডেট প্রয়োগ করতে ব্যর্থ হয়েছে তার জন্য ক্যানোনিকাল কোড। |
errorMessage | string ব্যর্থতার কারণ বার্তা। |
ইউনিয়ন ক্ষেত্র failed_entity । failed_entity নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
printServerId | string একটি ব্যর্থ প্রিন্ট সার্ভারের আইডি। |
printServer | object ( PrintServer ) ব্যর্থ প্রিন্ট সার্ভার। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-09 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-09 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["When updates fail to apply, an error code and message provide details about the failure."],["The error information can identify a specific print server by ID or provide details about the server itself."],["The `errorCode` is a standard code from the [Code](/admin-sdk/chrome-printer/reference/rest/v1/Code) enumeration that categorizes the failure reason."]]],[]]