FailureInfo
Informazioni sugli errori
Rappresentazione JSON |
{
"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 .
} |
Campi |
errorCode |
enum (Code )
Codice canonico per il quale non è stato possibile applicare l'aggiornamento.
|
errorMessage |
string
Messaggio del motivo dell'errore.
|
Campo unione failed_entity . failed_entity può essere solo uno dei seguenti:
|
printerId |
string
ID di una stampante con errori.
|
printer |
object (Printer )
Errore stampante.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-29 UTC.
[null,null,["Ultimo aggiornamento 2024-08-29 UTC."],[[["Provides details on failures related to printer updates using JSON representation, including an error code and message."],["Offers further information on the specific entity that failed, which could be identified by a printer ID or detailed printer object."],["Uses canonical codes from a reference document to categorize the reasons for update failures."]]],[]]