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 Идентификатор неисправного принтера. |
printer | object ( Printer ) Неисправный принтер. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-12 UTC.
[null,null,["Последнее обновление: 2024-11-12 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."]]],[]]