FailureInfo

Informacje o błędach

Zapis 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.
}
Pola
errorCode

enum (Code)

Kod kanoniczny, dlaczego nie udało się zastosować aktualizacji.

errorMessage

string

Komunikat o niepowodzeniu.

Pole związkowe failed_entity.

failed_entity może mieć tylko jedną z tych wartości:

printerId

string

Identyfikator nieudanej drukarki.

printer

object (Printer)

Drukarka nie powiodła się.