ErrorResponseLog

Hata yanıtı istemciye döndürüldü.

JSON gösterimi
{
  "code": enum (Code),
  "httpStatusCode": integer,
  "message": string,
  "details": [
    {
      "@type": string,
      field1: ...,
      ...
    }
  ]
}
Alanlar
code

enum (Code)

Hatanın standart kodu.

httpStatusCode

integer

Hata yanıtının HTTP durum kodu.

message

string

Hata mesajı istemciye döndürüldü.

details[]

object

Hatayla ilgili ek bilgileri https://cloud.google.com/apis/design/errors adresinde bulabilirsiniz.

İsteğe bağlı tür türündeki alanları içeren bir nesne. Ek "@type" alanı, türü tanımlayan bir URI içeriyor. Örnek: { "id": 1234, "@type": "types.example.com/standard/id" }.