ErrorResponseLog

İstemciye döndürülen hata yanıtı.

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

İstemciye döndürülen hata mesajı.

details[]

object

Hata hakkında ek bilgileri https://cloud.google.com/apis/design/errors adresinde bulabilirsiniz.

Rastgele türden alanlar içeren nesne. Ek bir "@type" alanı, türü tanımlayan bir URI içerir. Örnek: { "id": 1234, "@type": "types.example.com/standard/id" }.