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 साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-29 (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."]]],[]]