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 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCdnConfigurationService\u003c/code\u003e handles errors related to Content Delivery Network (CDN) configurations in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCdnConfigurationError\u003c/code\u003e is a specific error type within this service, indicating issues with CDN settings.\u003c/p\u003e\n"],["\u003cp\u003eErrors can arise from various reasons, such as invalid URLs, unsupported security policies, or attempting to archive configurations in use.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereason\u003c/code\u003e field provides further detail about the specific cause of the \u003ccode\u003eCdnConfigurationError\u003c/code\u003e, using an enum to represent different error scenarios.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the provided error information, including \u003ccode\u003efieldPath\u003c/code\u003e, \u003ccode\u003etrigger\u003c/code\u003e, and \u003ccode\u003eerrorString\u003c/code\u003e, to diagnose and address CDN configuration issues.\u003c/p\u003e\n"]]],["The `CdnConfigurationService` manages errors related to CDN configurations. It inherits from `ApiError` and lists specific error types like `ApiVersionError`, `AuthenticationError`, and `CdnConfigurationError`. `ApiError` includes details on the error's cause, `fieldPath`, `trigger`, and a descriptive `errorString`. `CdnConfigurationError` specifies `reason`, such as invalid URLs, incorrect delivery setting names, or conflicts with active content, with an `UNKNOWN` value for unexposed errors. The namespace is provided.\n"],null,[]]