PrintServerFailureInfo

Thông tin về lỗi

Biểu diễn dưới dạng 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.
}
Các trường
errorCode

enum (Code)

Mã chính tắc cho biết lý do không áp dụng được bản cập nhật này.

errorMessage

string

Thông báo lý do không thành công.

Trường liên kết failed_entity.

failed_entity chỉ có thể là một trong những giá trị sau:

printServerId

string

Mã nhận dạng của máy chủ in không thành công.

printServer

object (PrintServer)

Máy chủ in không thành công.