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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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. |"]]