ErrorResponseLog

クライアントに返されたエラー レスポンス。

JSON 表現
{
  "code": enum (Code),
  "httpStatusCode": integer,
  "message": string,
  "details": [
    {
      "@type": string,
      field1: ...,
      ...
    }
  ]
}
フィールド
code

enum (Code)

エラーの正規コード。

httpStatusCode

integer

エラー レスポンスの HTTP ステータス コード。

message

string

クライアントに返されたエラー メッセージ。

details[]

object

このエラーの詳細については、https://cloud.google.com/apis/design/errors をご覧ください。

任意のデータ型のフィールドを含むオブジェクト。タイプを識別する URI を含むフィールド "@type" を追加できます。例: { "id": 1234, "@type": "types.example.com/standard/id" }