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 2024-08-22 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."]]],["The document outlines failure information for printer updates. It details an `errorCode` specifying the reason for failure and an `errorMessage` providing a description. Failures are linked to a `failed_entity`, which can be either a `printerId` (string) or a `printer` object. The `errorCode` uses a defined code, while `errorMessage` uses a string. The failed entity is a union type with only one possibility between `printerId` and `printer`.\n"]]