FailureInfo

מידע על כשלים

ייצוג ב-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.
}
שדות
errorCode

enum (Code)

קוד קנוני של הסיבה לכך שהעדכון לא הופעל.

errorMessage

string

הודעת הסיבה לכשל.

שדה האיחוד failed_entity.

הערך של failed_entity יכול להיות רק אחת מהאפשרויות הבאות:

printerId

string

המזהה של מדפסת שנכשלה.

printer

object (Printer)

המדפסת נכשלה.