FailureInfo

Info about failures

JSON representation
{
  "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.
}
Fields
errorCode

enum (Code)

Canonical code for why the update failed to apply.

errorMessage

string

Failure reason message.

Union field failed_entity.

failed_entity can be only one of the following:

printerId

string

Id of a failed printer.

printer

object (Printer)

Failed printer.