FailureInfo

Info tentang kegagalan

Representasi 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.
}
Kolom
errorCode

enum (Code)

Kode kanonis yang menyebabkan pembaruan gagal diterapkan.

errorMessage

string

Pesan alasan kegagalan.

Kolom union failed_entity.

failed_entity hanya dapat berupa salah satu dari berikut:

printerId

string

ID printer yang gagal.

printer

object (Printer)

Printer gagal.