LocalizedMessage
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Jeśli nagłówek Accept-Language
w przychodzącym żądaniu nie jest w języku angielskim, oznacza to, że błędy zwrócone przez Apps Script API zawierają tę wiadomość. Zawiera ten sam tekst błędu przetłumaczony na żądany język.
Zapis JSON |
{
"locale": string,
"message": string
} |
Pola |
locale |
string
Język użyty zgodnie ze specyfikacją zdefiniowaną na stronie https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Przykłady: „en-US”, „fr-CH”, „es-MX”
|
message |
string
Komunikat o błędzie dotyczący lokalizacji, który pojawia się w powyższym języku.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eAccept-Language\u003c/code\u003e header in the request determines the language of error messages.\u003c/p\u003e\n"],["\u003cp\u003eError responses may contain a localized message object with the locale and translated message.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elocale\u003c/code\u003e field follows the BCP 47 specification for language tags (e.g., "en-US").\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emessage\u003c/code\u003e field provides the error message translated into the specified locale.\u003c/p\u003e\n"]]],[],null,["# LocalizedMessage\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nIf the `Accept-Language` header in the incoming request is not \"English\", then errors returned by the Apps Script API include this message. It contains the same error text translated to the requested locale.\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"locale\": string, \"message\": string } ``` |\n\n| Fields ||\n|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `locale` | `string` The locale used following the specification defined at \u003chttps://www.rfc-editor.org/rfc/bcp/bcp47.txt\u003e. Examples are: \"en-US\", \"fr-CH\", \"es-MX\" |\n| `message` | `string` The localized error message in the above locale. |"]]