--- 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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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```"]]