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.
}
Trường
errorCode

enum (Code)

Mã chuẩn hoá cho lý do không áp dụng được bản cập nhật.

errorMessage

string

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

Trường hợp hợp nhất failed_entity.

failed_entity chỉ có thể là một trong những loại 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.