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."],[],["The core content outlines the `LabelService` and its error handling within the `v202502` API. It details the `LabelError` which inherits from `ApiError`. `ApiError` contains details such as `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `LabelError` includes a `reason` enum with values: `INVALID_PREFIX`, `NAME_INVALID_CHARS`, and `UNKNOWN`. This highlights specific error types and information returned when working with labels. It also lists numerous other error types under Label Service.\n"],null,["**Service** \n[CreativeWrapperService](/ad-manager/api/reference/v202502/CreativeWrapperService.LabelError) **LabelService** **Inheritance** \n[ApiError](/ad-manager/api/reference/v202502/LabelService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202502/LabelService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202502/LabelService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202502/LabelService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202502/LabelService.CommonError) [CreativeWrapperError](/ad-manager/api/reference/v202502/LabelService.CreativeWrapperError) [FeatureError](/ad-manager/api/reference/v202502/LabelService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202502/LabelService.InternalApiError) **LabelError** [NotNullError](/ad-manager/api/reference/v202502/LabelService.NotNullError) [NullError](/ad-manager/api/reference/v202502/LabelService.NullError) [ParseError](/ad-manager/api/reference/v202502/LabelService.ParseError) [PermissionError](/ad-manager/api/reference/v202502/LabelService.PermissionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202502/LabelService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202502/LabelService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202502/LabelService.QuotaError) [RequiredCollectionError](/ad-manager/api/reference/v202502/LabelService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202502/LabelService.RequiredError) [ServerError](/ad-manager/api/reference/v202502/LabelService.ServerError) [StatementError](/ad-manager/api/reference/v202502/LabelService.StatementError) [StringFormatError](/ad-manager/api/reference/v202502/LabelService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202502/LabelService.StringLengthError) [TypeError](/ad-manager/api/reference/v202502/LabelService.TypeError) [UniqueError](/ad-manager/api/reference/v202502/LabelService.UniqueError)\n\nErrors specific to labels.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\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/v202502/LabelService.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| **`LabelError`** ||\n| `reason` | ` `[LabelError.Reason](/ad-manager/api/reference/v202502/LabelService.LabelError.Reason)` ` The error reason represented by an enum. *** ** * ** *** **Enumerations** `INVALID_PREFIX` : A user created label cannot begin with the Google internal system label prefix. `NAME_INVALID_CHARS` : [Label.name](/ad-manager/api/reference/v202502/LabelService.Label#name) contains unsupported or reserved characters. `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. \u003cbr /\u003e |"]]