type CreativeTemplateOperationError (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
An error that can occur while performing an operation on a creative template.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
ApiError (inherited)
|
fieldPath
|
xsd:string
The OGNL field path to identify cause of error.
|
fieldPathElements
|
FieldPathElement[]
A parsed copy of the field path. For example, the field path "operations[1].operand"
corresponds to this list: {FieldPathElement(field = "operations", index = 1),
FieldPathElement(field = "operand", index = null)}.
|
trigger
|
xsd:string
The data that caused the error.
|
errorString
|
xsd:string
A simple string representation of the error and reason.
|
CreativeTemplateOperationError
|
reason
|
CreativeTemplateOperationEr...
The error reason represented by an enum.
Enumerations
-
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eCreativeTemplateOperationError signifies errors encountered during operations on creative templates.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from ApiError, providing details like field path, trigger, and error string for debugging.\u003c/p\u003e\n"],["\u003cp\u003eThis error includes a 'reason' field, explaining the cause as an enum with values like NOT_ALLOWED, NOT_APPLICABLE, or UNKNOWN.\u003c/p\u003e\n"],["\u003cp\u003eCommon reasons for this error involve insufficient user permissions, attempting illogical operations, or encountering unexpected system behavior.\u003c/p\u003e\n"]]],["The core content outlines the `CreativeTemplateService` and its related errors within an API. It details the `CreativeTemplateOperationError`, which inherits from `ApiError`, and lists specific error types including `ApiVersionError`, `AuthenticationError`, and more. The `CreativeTemplateOperationError` contains information regarding the `fieldPath`, `trigger` and `errorString` and has a reason that is defined as an enum. The defined enums are: `NOT_ALLOWED`, `NOT_APPLICABLE`, and `UNKNOWN`. It also specifies the namespace and Field definitions.\n"],null,["# type CreativeTemplateOperationError (v202408)\n\n**Service** \n[CreativeService](/ad-manager/api/reference/v202408/CreativeService.CreativeTemplateOperationError) [CreativeSetService](/ad-manager/api/reference/v202408/CreativeSetService.CreativeTemplateOperationError) **CreativeTemplateService** [LineItemCreativeAssociationService](/ad-manager/api/reference/v202408/LineItemCreativeAssociationService.CreativeTemplateOperationError) **Inheritance** \n[ApiError](/ad-manager/api/reference/v202408/CreativeTemplateService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202408/CreativeTemplateService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202408/CreativeTemplateService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202408/CreativeTemplateService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202408/CreativeTemplateService.CommonError) [CreativeTemplateError](/ad-manager/api/reference/v202408/CreativeTemplateService.CreativeTemplateError) **CreativeTemplateOperationError** [FeatureError](/ad-manager/api/reference/v202408/CreativeTemplateService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202408/CreativeTemplateService.InternalApiError) [InvalidUrlError](/ad-manager/api/reference/v202408/CreativeTemplateService.InvalidUrlError) [NotNullError](/ad-manager/api/reference/v202408/CreativeTemplateService.NotNullError) [NullError](/ad-manager/api/reference/v202408/CreativeTemplateService.NullError) [ParseError](/ad-manager/api/reference/v202408/CreativeTemplateService.ParseError) [PermissionError](/ad-manager/api/reference/v202408/CreativeTemplateService.PermissionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202408/CreativeTemplateService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202408/CreativeTemplateService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202408/CreativeTemplateService.QuotaError) [RangeError](/ad-manager/api/reference/v202408/CreativeTemplateService.RangeError) [RequiredCollectionError](/ad-manager/api/reference/v202408/CreativeTemplateService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202408/CreativeTemplateService.RequiredError) [RequiredNumberError](/ad-manager/api/reference/v202408/CreativeTemplateService.RequiredNumberError) [ServerError](/ad-manager/api/reference/v202408/CreativeTemplateService.ServerError) [StatementError](/ad-manager/api/reference/v202408/CreativeTemplateService.StatementError) [StringFormatError](/ad-manager/api/reference/v202408/CreativeTemplateService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202408/CreativeTemplateService.StringLengthError) [UniqueError](/ad-manager/api/reference/v202408/CreativeTemplateService.UniqueError)\n\nAn error that can occur while performing an operation on a creative template.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`ApiError` (inherited)** ||\n| ### `fieldPath` | ` `xsd:`string` The OGNL field path to identify cause of error. |\n| ### `fieldPathElements` | ` `[FieldPathElement](/ad-manager/api/reference/v202408/CreativeTemplateService.FieldPathElement)`[]` A parsed copy of the field path. For example, the field path \"operations\\[1\\].operand\" corresponds to this list: {FieldPathElement(field = \"operations\", index = 1), FieldPathElement(field = \"operand\", index = null)}. |\n| ### `trigger` | ` `xsd:`string` The data that caused the error. |\n| ### `errorString` | ` `xsd:`string` A simple string representation of the error and reason. |\n| **`CreativeTemplateOperationError`** ||\n| ### `reason` | ` `[CreativeTemplateOperationEr...](/ad-manager/api/reference/v202408/CreativeTemplateService.CreativeTemplateOperationError.Reason \"CreativeTemplateOperationError.Reason\")` ` The error reason represented by an enum. *** ** * ** *** **Enumerations** `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. \u003cbr /\u003e |"]]