FailureInfo
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 .
} |
Fields |
errorCode |
enum (Code )
Canonical code for why the update failed to apply.
|
errorMessage |
string
Failure reason message.
|
Union field failed_entity . failed_entity can be only one of the following:
|
printerId |
string
Id of a failed printer.
|
printer |
object (Printer )
Failed printer.
|
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."]]],[]]