LocalizedMessage
Gelen istekteki Accept-Language
üstbilgisi "İngilizce" değilse Apps Script API'nin döndürdüğü hatalar bu mesajı içerir. İstenen yerel ayara çevrilen hata metninin aynısını içeriyor.
JSON gösterimi |
{
"locale": string,
"message": string
} |
Alanlar |
locale |
string
https://www.rfc-editor.org/rfc/bcp/bcp47.txt adresinde tanımlanan spesifikasyona göre kullanılan yerel ayar. Örnekler: "en-US", "fr-CH", "es-MX"
|
message |
string
Yukarıdaki yerel ayarda yerelleştirilmiş hata mesajı.
|
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-09-12 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-12 UTC."],[[["The `Accept-Language` header in the request determines the language of error messages."],["Error responses may contain a localized message object with the locale and translated message."],["The `locale` field follows the BCP 47 specification for language tags (e.g., \"en-US\")."],["The `message` field provides the error message translated into the specified locale."]]],[]]