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)

प्रिंट सर्वर काम नहीं कर रहा है.