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 `CdnConfigurationService` handles errors related to Content Delivery Network (CDN) configurations in Google Ad Manager."],["`CdnConfigurationError` is a specific error type within this service, indicating issues with CDN settings."],["Errors can arise from various reasons, such as invalid URLs, unsupported security policies, or attempting to archive configurations in use."],["The `reason` field provides further detail about the specific cause of the `CdnConfigurationError`, using an enum to represent different error scenarios."],["Developers can use the provided error information, including `fieldPath`, `trigger`, and `errorString`, to diagnose and address CDN configuration issues."]]],["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"]]