ErrorDetails
İsteğin nasıl başarısız olduğuyla ilgili ek bilgi sağlar.
JSON gösterimi |
{
"errorCode": enum (ErrorCode )
} |
Alanlar |
errorCode |
enum (ErrorCode )
Neyin yanlış gittiğini gösteren belirli hata kodu.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-15 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-15 UTC."],[[["This documentation details the JSON representation of additional information when a request fails."],["The representation includes an `errorCode` field, which uses an enum to specify the type of error encountered."],["The `errorCode` field helps developers understand the reason for the request failure by providing a specific error code from the `ErrorCode` enum."]]],["The content details the JSON structure for conveying error information. It specifies a single field, `errorCode`, which is an enumerated value. This `errorCode` field, defined by the `ErrorCode` enum, provides a specific code detailing the nature of the failure that occurred during the request. The representation is provided through a JSON object with the key `errorCode`.\n"]]