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)

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