PrintServerFailureInfo
Zapis 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 .
} |
Pola |
errorCode |
enum (Code )
Kanoniczny kod przyczyny niepowodzenia aktualizacji.
|
errorMessage |
string
Komunikat o przyczynie niepowodzenia.
|
Pole sumy failed_entity . failed_entity może mieć tylko jedną z tych wartości:
|
printServerId |
string
Identyfikator uszkodzonego serwera wydruku.
|
printServer |
object (PrintServer )
Błąd serwera wydruku.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-29 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-29 UTC."],[[["When updates fail to apply, an error code and message provide details about the failure."],["The error information can identify a specific print server by ID or provide details about the server itself."],["The `errorCode` is a standard code from the [Code](/admin-sdk/chrome-printer/reference/rest/v1/Code) enumeration that categorizes the failure reason."]]],[]]