--- 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
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 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```"]]