Stay organized with collections
Save and categorize content based on your preferences.
Info about failures
JSON representation
{"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.}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[],[],null,["# FailureInfo\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: \"printerId\": string, \"printer\": { object (/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printers#Printer) } // 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| `printerId` | `string` Id of a failed printer. |\n| `printer` | `object (`[Printer](/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printers#Printer)`)` Failed printer. |"]]