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."],[[["The `CreativeService.RichMediaStudioCreativeError` object lists all errors associated with Studio creatives."],["It inherits from the `ApiError` object, which provides details about the error's cause and context."],["This error object is specific to Rich Media Studio creatives and includes reasons such as invalid creative objects, connection errors, and pushdown duration issues."],["The `reason` field within the error object provides a specific enum value indicating the nature of the error encountered with the Studio creative."]]],["The document details errors associated with the `CreativeService`, `CreativeSetService`, and `LineItemCreativeAssociationService` within the `v202408` API. It outlines various error types, including `ApiError` and its inherited forms like `AuthenticationError`, `CreativeError`, and `InternalApiError`. Specific `RichMediaStudioCreativeError` reasons are listed, such as `CREATION_NOT_ALLOWED`, `INVALID_CODE_GENERATION_REQUEST`, and `STUDIO_CONNECTION_ERROR`. Each `ApiError` includes details like `fieldPath`, `trigger`, and `errorString` to pinpoint error causes.\n"]]