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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# PrintServerFailureInfo\n\nInfo about failures\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"errorCode\": enum (/workspace/admin/chrome-printer/reference/rest/v1/Code), \"errorMessage\": string, // Union field `failed_entity` can be only one of the following: \"printServerId\": string, \"printServer\": { object (/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printServers#PrintServer) } // End of list of possible types for union field `failed_entity`. } ``` |\n\n| Fields ||\n|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `errorCode` | `enum (`[Code](/workspace/admin/chrome-printer/reference/rest/v1/Code)`)` Canonical code for why the update failed to apply. |\n| `errorMessage` | `string` Failure reason message. |\n| Union field `failed_entity`. `failed_entity` can be only one of the following: ||\n| `printServerId` | `string` ID of a failed print server. |\n| `printServer` | `object (`[PrintServer](/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printServers#PrintServer)`)` Failed print server. |"]]