Info about failures
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["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"]]