Errors related to feature management. If you attempt using a feature that is not available to
the current network you'll receive a FeatureError with the missing feature as the trigger.
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\u003eFeatureError is an error type in Google Ad Manager that indicates a feature being used is not enabled on the current network.\u003c/p\u003e\n"],["\u003cp\u003eIt's triggered when attempting to use a feature unavailable to the current network.\u003c/p\u003e\n"],["\u003cp\u003eThe error message includes the missing feature as the trigger, aiding in identifying the issue.\u003c/p\u003e\n"],["\u003cp\u003eFeatureError inherits from ApiError and provides a 'reason' field with more specific information about the missing feature.\u003c/p\u003e\n"],["\u003cp\u003eThis error helps developers understand and address feature limitations in their Ad Manager integrations.\u003c/p\u003e\n"]]],["The content details various services and associated errors within an ad management API, version v202408. It lists numerous services like AdRuleService, AdjustmentService, and others, each linked to potential `FeatureError`. It defines `FeatureError` as occurring when a feature is unavailable in the network. It details the inherited `ApiError`, including fields like `fieldPath`, `trigger`, and `errorString`. Finally, the FeatureError enum contains `MISSING_FEATURE` and `UNKNOWN` reasons.\n"],null,[]]