LocalizedMessage
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Если заголовок Accept-Language
во входящем запросе не является «английским», это сообщение будет содержаться в ошибках, возвращаемых Apps Script API. Он содержит тот же текст ошибки, переведенный на запрошенную локаль.
JSON-представление |
---|
{
"locale": string,
"message": string
} |
Поля |
---|
locale | string Используемый языковой стандарт соответствует спецификации, определенной в https://www.rfc-editor.org/rfc/bcp/bcp47.txt . Примеры: «en-US», «fr-CH», «es-MX». |
message | string Локализованное сообщение об ошибке в указанном выше языковом стандарте. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 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. |"]]