--- v18/errors/asset_error.proto 2025-08-05 14:36:11.000000000 +0000 +++ v19/errors/asset_error.proto 2025-08-05 14:36:15.000000000 +0000 @@ -154,5 +154,11 @@ // Page Feed label text contains invalid characters. PAGE_FEED_INVALID_LABEL_TEXT = 38; + + // The customer is not in the allow-list for whatsapp message asset type. + CUSTOMER_NOT_ON_ALLOWLIST_FOR_WHATSAPP_MESSAGE_ASSETS = 39; + + // Only customers on the allowlist can create AppDeepLinkAsset. + CUSTOMER_NOT_ON_ALLOWLIST_FOR_APP_DEEP_LINK_ASSETS = 40; } }
/errors/asset_error.proto
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-21 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-21 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# /errors/asset_error.proto\n\n```diff\n--- v18/errors/asset_error.proto 2025-08-05 14:36:11.000000000 +0000\n+++ v19/errors/asset_error.proto 2025-08-05 14:36:15.000000000 +0000\n@@ -154,5 +154,11 @@\n\n // Page Feed label text contains invalid characters.\n PAGE_FEED_INVALID_LABEL_TEXT = 38;\n+\n+ // The customer is not in the allow-list for whatsapp message asset type.\n+ CUSTOMER_NOT_ON_ALLOWLIST_FOR_WHATSAPP_MESSAGE_ASSETS = 39;\n+\n+ // Only customers on the allowlist can create AppDeepLinkAsset.\n+ CUSTOMER_NOT_ON_ALLOWLIST_FOR_APP_DEEP_LINK_ASSETS = 40;\n }\n }\n```"]]