PrintServerFailureInfo
JSON 表示法 |
{
"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 .
} |
字段 |
errorCode |
enum (Code )
用于说明更新无法应用更新原因的规范代码。
|
errorMessage |
string
失败原因消息。
|
联合字段 failed_entity 。 failed_entity 只能是下列其中一项:
|
printServerId |
string
出现故障的打印服务器的 ID。
|
printServer |
object (PrintServer )
打印服务器出现故障。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["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."]]],[]]