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)

تعذّر خادم الطباعة.