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

ออบเจ็กต์ที่มีช่องของประเภทที่กําหนดเอง ช่อง "@type" เพิ่มเติมมี URI ที่ระบุประเภท ตัวอย่าง: { "id": 1234, "@type": "types.example.com/standard/id" }