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)

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