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 2024-11-19 UTC."],[[["The `AudienceSegmentError` object represents errors encountered when working with audience segments in Google Ad Manager."],["It inherits from the `ApiError` object, providing standard error fields like `fieldPath`, `trigger`, and `errorString`."],["The `reason` field explains the specific cause of the error, such as invalid rule, duplicate name, or unsupported segment type."],["Errors can occur during creation, update, or retrieval of audience segments."],["Various reasons are provided for segment errors, including issues with rules, names, descriptions, and usage within line items."]]],["The document details the `AudienceSegmentError` within the ad manager API, which is relevant to multiple services: `AudienceSegmentService`, `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, `ProposalService`, and `PublisherQueryLanguageService`. It inherits from `ApiError` and lists potential errors like invalid segment rules, names, descriptions, and various invalid values. It also outlines unsupported actions such as nesting certain segment types and rule limitations. Enumerations provide specific error reasons, such as `FIRST_PARTY_AUDIENCE_SEGMENT_NOT_SUPPORTED`.\n"]]