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.
FlashRedirectCreative.flashUrl and
FlashRedirectCreative.fallbackUrl are the same. The fallback URL
is used when the flash URL does not work and must be different from it.
[[["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-11-19 UTC."],[[["`CreativeError` objects encompass errors encountered while working with creatives in Google Ad Manager."],["These errors arise within various services like CreativeService, ForecastService, and LineItemService."],["`CreativeError` inherits from `ApiError` and provides specific reasons for creative-related issues through the `reason` field."],["This field categorizes errors using the `CreativeError.Reason` enumeration, which includes issues like mismatched URLs, invalid sizes, and unsupported creative types."],["Each error provides contextual information via `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` for debugging and resolution."]]],["The core content outlines errors within the Ad Manager API, specifically focusing on `CreativeError` and related services. These services include `CreativeService`, `CreativeSetService`, `ForecastService`, `LineItemCreativeAssociationService`, and others. The `PublisherQueryLanguageService` is listed as well, it lists different type of errors that can happen when querying. `CreativeError` details various error reasons like invalid URLs, unsupported creative types, asset duplication, and legacy creative limitations. Each error has a reason represented by an enum, which is detailed in the document.\n"]]