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-11-19 UTC."],[[["CreativeSetError is an error type that occurs within the CreativeService and can also be encountered in CreativeSetService and LineItemCreativeAssociationService."],["This error relates to issues encountered when working with creative sets in Google Ad Manager."],["Reasons for this error include missing features like 'video' or 'roadblock', incorrect creative configurations, or issues with the advertiser associated with the creatives."],["The CreativeSetError object provides details about the error, including a reason code, field path, and error string."],["Developers should consult the CreativeSetError.Reason enumeration for specific error codes and their meanings to troubleshoot creative set issues."]]],["The content details errors associated with the `CreativeService` in the ad manager API, specifically within the `v202411` version. It outlines various error types inherited from `ApiError`, such as `ApiVersionError`, `AuthenticationError`, and `CreativeError`. It defines `CreativeSetError` and its possible error `Reason` values. These errors include issues like requiring the \"video\" or \"roadblock\" feature, improper advertiser assignments, or trying to modify a master creative, among others. There is also a namespace provided for the reference documentation.\n"]]