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