PrintServerFailureInfo
JSON representation |
{
"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 .
} |
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:
|
printServerId |
string
ID of a failed print server.
|
printServer |
object (PrintServer )
Failed print server.
|
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."],[[["When updates fail to apply, an error code and message provide details about the failure."],["The error information can identify a specific print server by ID or provide details about the server itself."],["The `errorCode` is a standard code from the [Code](/admin-sdk/chrome-printer/reference/rest/v1/Code) enumeration that categorizes the failure reason."]]],[]]