--- 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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[null,null,["最后更新时间 (UTC):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```"]]