LocalizedMessage

如果传入请求中的 Accept-Language 标头不是“English”,则表示 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

上述语言区域的本地化错误消息。