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 )
プリント サーバーでエラーが発生しました。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 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."]]],[]]