--- v22/errors/shareable_preview_error.proto 2026-03-19 17:15:57.000000000 +0000 +++ v23/errors/shareable_preview_error.proto 2026-03-19 17:16:03.000000000 +0000 @@ -42,5 +42,12 @@ // asset group does not exist under this customer. ASSET_GROUP_DOES_NOT_EXIST_UNDER_THIS_CUSTOMER = 3; + + // Unsupported ad type for the given preview type. + UNSUPPORTED_AD_TYPE = 4; + + // The combined number of asset groups and ad group ads exceeds the maximum + // of 10. + TOO_MANY_RESOURCES_IN_REQUEST = 6; } }
/errors/shareable_preview_error.proto
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-24 UTC.