ErrorDetails
リクエストが失敗した理由に関する追加情報を提供します。
フィールド |
errorCode |
enum (ErrorCode )
問題の内容を示す具体的なエラーコード。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["This documentation details the JSON representation of additional information when a request fails."],["The representation includes an `errorCode` field, which uses an enum to specify the type of error encountered."],["The `errorCode` field helps developers understand the reason for the request failure by providing a specific error code from the `ErrorCode` enum."]]],["The content details the JSON structure for conveying error information. It specifies a single field, `errorCode`, which is an enumerated value. This `errorCode` field, defined by the `ErrorCode` enum, provides a specific code detailing the nature of the failure that occurred during the request. The representation is provided through a JSON object with the key `errorCode`.\n"]]