PrintServerFailureInfo

Informazioni sugli errori

Rappresentazione 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.
}
Campi
errorCode

enum (Code)

Codice canonico del motivo per cui l'applicazione dell'aggiornamento non è riuscita.

errorMessage

string

Messaggio del motivo dell'errore.

Campo unione failed_entity.

failed_entity può essere solo uno dei seguenti:

printServerId

string

ID di un server di stampa con errori.

printServer

object (PrintServer)

Server di stampa non riuscito.