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-05-15 UTC."],[[["`SetTopBoxCreativeError` extends `ApiError` and is associated with set-top box creatives, providing details about errors encountered during operations on them."],["This error includes fields like `fieldPath`, `trigger`, and `errorString` inherited from `ApiError` for identifying the error's cause and context."],["`SetTopBoxCreativeError` introduces a specific `reason` field, which is an enum indicating the cause of the error, such as immutable external asset or provider IDs."],["Reasons for `SetTopBoxCreativeError` can include issues like missing external asset IDs, attempts to change immutable IDs, or unknown problems."],["The error namespace is `https://www.google.com/apis/ads/publisher/v202405` allowing developers to identify its origin and purpose."]]],["The document details error handling for various services, including `CreativeSetService`, `LineItemCreativeAssociationService`, and `NetworkService`. It outlines a hierarchy of errors inheriting from `ApiError`, listing specific error types like `ApiVersionError`, `AssetError`, and `CreativeError`. A detailed error, `SetTopBoxCreativeError`, includes reasons such as `EXTERNAL_ASSET_ID_IMMUTABLE`, `EXTERNAL_ASSET_ID_REQUIRED`, `PROVIDER_ID_IMMUTABLE`, and `UNKNOWN`. Each error has associated fields like `fieldPath`, `trigger`, and `errorString`, for detailed error reporting. The namespace for all these errors is provided.\n"]]