FailureInfo

सफल न होने के बारे में जानकारी

जेएसओएन के काेड में दिखाना
{
  "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)

विफल प्रिंटर.