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