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