enum CreativeTemplateOperationError.Reason (v202411)
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
NOT_ALLOWED
|
The current user is not allowed to modify this creative template.
|
NOT_APPLICABLE
|
The operation is not applicable to the current state.
(e.g. Trying to activate an active creative template)
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
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 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["CreativeTemplateOperationError outlines reasons for errors during creative template operations within Google Ad Manager."],["This error can occur across various services like CreativeService, CreativeSetService, and more, impacting creative template workflows."],["Specific reasons for the error include user permission issues (`NOT_ALLOWED`), inappropriate operation context (`NOT_APPLICABLE`), and undefined causes (`UNKNOWN`)."],["Developers can refer to the namespace and enumeration details provided to understand and handle these errors in their integrations."]]],["The provided content details error reasons related to creative templates within a service namespace (`https://www.google.com/apis/ads/publisher/v202411`). `CreativeTemplateOperationError` can result from `NOT_ALLOWED` (user lacks modification permissions), `NOT_APPLICABLE` (operation invalid in the current state), or `UNKNOWN` (actual value hidden by the API version). These errors occur within `CreativeService`, `CreativeSetService`, and `CreativeTemplateService`, impacting `LineItemCreativeAssociation`.\n"]]