PrintServerFailureInfo

מידע על כשלים

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

enum (Code)

קוד קנוני לסיבה שבגללה העדכון נכשל.

errorMessage

string

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

שדה איחוד failed_entity.

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

printServerId

string

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

printServer

object (PrintServer)

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