PrintServerFailureInfo
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 .
} |
欄位 |
errorCode |
enum (Code )
說明無法套用更新的原因的標準程式碼。
|
errorMessage |
string
失敗原因訊息。
|
聯集欄位 failed_entity 。 failed_entity 只能採用下列其中一種設定:
|
printServerId |
string
列印伺服器的 ID 失敗。
|
printServer |
object (PrintServer )
列印伺服器失敗。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[null,null,["上次更新時間:2024-08-29 (世界標準時間)。"],[[["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."]]],[]]