--- 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
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-08-21 UTC.
[null,null,["Ultimo aggiornamento 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```"]]