type RequiredError (v202502)Stay organized with collectionsSave and categorize content based on your preferences.
Page Summary
RequiredError indicates an error caused by a missing required field in the service operations.
It inherits properties from ApiError, including fieldPath, fieldPathElements, trigger, and errorString, which help identify the source and details of the error.
The specific reason for a RequiredError is indicated by the 'reason' field, which has an enumeration value ofREQUIREDsignifying a missing required field.
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 content outlines various services and errors within an ad management system's API (v202502). Services include managing ads, audiences, content, companies, creatives, forecasts, inventory, line items, and more. It also details an error-handling structure, including inherited `ApiError` with fields like `fieldPath` and `errorString` and the `RequiredError`, indicating errors caused by missing mandatory fields, with the `REQUIRED` reason.\n"]]