PrintServerFailureInfo

Info about failures

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

printServerId

string

ID of a failed print server.

printServer

object (PrintServer)

Failed print server.