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\u003eThe \u003ccode\u003eFeatureError\u003c/code\u003e is triggered when attempting to use a feature not available to the current network.\u003c/p\u003e\n"],["\u003cp\u003eWhen a \u003ccode\u003eFeatureError\u003c/code\u003e is encountered, it indicates the missing feature as the reason for the error.\u003c/p\u003e\n"],["\u003cp\u003eIt provides details such as \u003ccode\u003efieldPath\u003c/code\u003e, \u003ccode\u003etrigger\u003c/code\u003e, and \u003ccode\u003eerrorString\u003c/code\u003e for troubleshooting.\u003c/p\u003e\n"],["\u003cp\u003eThis error typically occurs due to using a feature that is not enabled on the network.\u003c/p\u003e\n"]]],["The content details various services within an ad management system, including `AdRuleService`, `AdjustmentService`, and `CompanyService`, among many others, with links to each service's documentation. The document also outlines error handling through inheritance of `ApiError` and specific error types like `FeatureError`. This `FeatureError` indicates when a network lacks a required feature, and it includes reasons such as `MISSING_FEATURE` or `UNKNOWN`. The `ApiError` defines the `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` field for better error management.\n"],null,[]]