ErrorResponseLog

क्लाइंट को गड़बड़ी का जवाब मिला.

JSON के काेड में दिखाना
{
  "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" }.