ErrorResponseLog

गड़बड़ी का जवाब, क्लाइंट को दे दिया गया है.

जेएसओएन के काेड में दिखाना
{
  "code": enum (Code),
  "httpStatusCode": integer,
  "message": string,
  "details": [
    {
      "@type": string,
      field1: ...,
      ...
    }
  ]
}
फ़ील्ड
code

enum (Code)

गड़बड़ी का कैननिकल कोड.

httpStatusCode

integer

गड़बड़ी के जवाब की स्थिति वाला एचटीटीपी कोड.

message

string

क्लाइंट को गड़बड़ी का मैसेज दिखाया गया.

details[]

object

गड़बड़ी के बारे में ज़्यादा जानकारी के लिए, https://cloud.google.com/apis/design/errors देखें.

किसी ऑब्जेक्ट के आर्बिट्रेरी टाइप वाले फ़ील्ड. एक और फ़ील्ड "@type" में एक यूआरआई है, जो टाइप की पहचान करता है. उदाहरण: { "id": 1234, "@type": "types.example.com/standard/id" }.