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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eCreativeTemplateOperationError signifies errors during operations on creative templates.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from ApiError, providing context about the error source.\u003c/p\u003e\n"],["\u003cp\u003eReasons for this error include insufficient user permissions, inapplicable operations, or unknown issues.\u003c/p\u003e\n"],["\u003cp\u003eThe error object contains details like field path, trigger data, and a descriptive error string.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereason\u003c/code\u003e field categorizes the error with values like \u003ccode\u003eNOT_ALLOWED\u003c/code\u003e, \u003ccode\u003eNOT_APPLICABLE\u003c/code\u003e, or \u003ccode\u003eUNKNOWN\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document details `CreativeTemplateOperationError`, a type of error within the `CreativeTemplateService`, and part of a larger service set including `CreativeService` and `CreativeSetService`. This error inherits from `ApiError`, with properties like `fieldPath`, `trigger`, and `errorString`. It has a specific `reason` property with enumerated values: `NOT_ALLOWED`, `NOT_APPLICABLE`, and `UNKNOWN`, these values describe why the user's operation failed. The document also lists many other inherited error types.\n"],null,["# type CreativeTemplateOperationError (v202411)\n\n**Service** \n[CreativeService](/ad-manager/api/reference/v202411/CreativeService.CreativeTemplateOperationError) [CreativeSetService](/ad-manager/api/reference/v202411/CreativeSetService.CreativeTemplateOperationError) **CreativeTemplateService** [LineItemCreativeAssociationService](/ad-manager/api/reference/v202411/LineItemCreativeAssociationService.CreativeTemplateOperationError) **Inheritance** \n[ApiError](/ad-manager/api/reference/v202411/CreativeTemplateService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202411/CreativeTemplateService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202411/CreativeTemplateService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202411/CreativeTemplateService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202411/CreativeTemplateService.CommonError) [CreativeTemplateError](/ad-manager/api/reference/v202411/CreativeTemplateService.CreativeTemplateError) **CreativeTemplateOperationError** [FeatureError](/ad-manager/api/reference/v202411/CreativeTemplateService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202411/CreativeTemplateService.InternalApiError) [InvalidUrlError](/ad-manager/api/reference/v202411/CreativeTemplateService.InvalidUrlError) [NotNullError](/ad-manager/api/reference/v202411/CreativeTemplateService.NotNullError) [NullError](/ad-manager/api/reference/v202411/CreativeTemplateService.NullError) [ParseError](/ad-manager/api/reference/v202411/CreativeTemplateService.ParseError) [PermissionError](/ad-manager/api/reference/v202411/CreativeTemplateService.PermissionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202411/CreativeTemplateService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202411/CreativeTemplateService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202411/CreativeTemplateService.QuotaError) [RangeError](/ad-manager/api/reference/v202411/CreativeTemplateService.RangeError) [RequiredCollectionError](/ad-manager/api/reference/v202411/CreativeTemplateService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202411/CreativeTemplateService.RequiredError) [RequiredNumberError](/ad-manager/api/reference/v202411/CreativeTemplateService.RequiredNumberError) [ServerError](/ad-manager/api/reference/v202411/CreativeTemplateService.ServerError) [StatementError](/ad-manager/api/reference/v202411/CreativeTemplateService.StatementError) [StringFormatError](/ad-manager/api/reference/v202411/CreativeTemplateService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202411/CreativeTemplateService.StringLengthError) [UniqueError](/ad-manager/api/reference/v202411/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/v202411`\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/v202411/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/v202411/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 |"]]