LocalizedMessage
যদি ইনকামিং রিকোয়েস্টে Accept-Language
হেডারটি "ইংরেজি" না হয়, তাহলে Apps Script API দ্বারা প্রত্যাবর্তিত ত্রুটির মধ্যে এই বার্তাটি অন্তর্ভুক্ত থাকে। এতে অনুরোধ করা লোকেলে অনুবাদ করা একই ত্রুটির পাঠ্য রয়েছে।
JSON প্রতিনিধিত্ব |
---|
{
"locale": string,
"message": string
} |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-13 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."]]],[]]