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-08-20 UTC."],[[["`RichMediaStudioCreativeError` outlines errors related to Studio creatives, notably indicating restrictions like creation permissions and validation issues."],["This error encompasses issues such as invalid creative objects, connection problems with Rich Media Studio, and incorrect settings for push-down creatives."],["The `reason` field provides specific error codes like `CREATION_NOT_ALLOWED`, `STUDIO_CONNECTION_ERROR`, and `INVALID_PUSHDOWN_DURATION`, offering further insight into the nature of the problem."],["This error type inherits from `ApiError`, which includes fields like `fieldPath`, `trigger`, and `errorString` for detailed error context."]]],["The core content outlines error handling within the `LineItemCreativeAssociationService`, `CreativeService` and `CreativeSetService` focusing on `RichMediaStudioCreativeError` and its inherited `ApiError`. It details various error types, like `AuthenticationError`, `CreativeError`, and `QuotaError`, associated with ad management. The `ApiError` includes fields for `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. The `RichMediaStudioCreativeError` specifies reasons such as `CREATION_NOT_ALLOWED`, `STUDIO_CONNECTION_ERROR`, and invalid `PUSHDOWN_DURATION`, `POSITION`, or `Z_INDEX`.\n"]]