FailureInfo
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
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 .
} |
フィールド |
errorCode |
enum (Code )
更新が適用されなかった理由の正規コード。
|
errorMessage |
string
失敗の理由のメッセージ。
|
共用体フィールド failed_entity 。 failed_entity は次のいずれかになります。
|
printerId |
string
エラーが発生したプリンタの ID。
|
printer |
object (Printer )
プリンタに問題があります。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# FailureInfo\n\nInfo about failures\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"errorCode\": enum (/workspace/admin/chrome-printer/reference/rest/v1/Code), \"errorMessage\": string, // Union field `failed_entity` can be only one of the following: \"printerId\": string, \"printer\": { object (/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printers#Printer) } // End of list of possible types for union field `failed_entity`. } ``` |\n\n| Fields ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| `errorCode` | `enum (`[Code](/workspace/admin/chrome-printer/reference/rest/v1/Code)`)` Canonical code for why the update failed to apply. |\n| `errorMessage` | `string` Failure reason message. |\n| Union field `failed_entity`. `failed_entity` can be only one of the following: ||\n| `printerId` | `string` Id of a failed printer. |\n| `printer` | `object (`[Printer](/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printers#Printer)`)` Failed printer. |"]]