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."],[[["The CdnConfigurationService manages CDN configurations and their associated errors in Google Ad Manager."],["CdnConfigurationError is a specific error type detailing issues related to CDN configurations, with reasons like invalid URLs or archiving restrictions."],["Errors are categorized by reasons such as URL format, delivery settings, archiving conflicts, and security policies."],["Each error provides detailed information including field path, trigger, error string and specific reason for easier debugging."],["The service uses a namespace for API access and provides a structured way to understand and handle these errors."]]],["The `CdnConfigurationService` manages errors related to CDN configurations. It inherits from `ApiError` and includes various specific error types like `AuthenticationError`, `CollectionSizeError`, and `InternalApiError`. Key `ApiError` fields are `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `CdnConfigurationError` includes a `reason` field with enumerations like `URL_SHOULD_NOT_CONTAIN_SCHEME`, `INVALID_DELIVERY_LOCATION_NAMES`, and `CANNOT_ARCHIVE_IF_USED_BY_ACTIVE_CONTENT_SOURCES`, and `UNKNOWN`. These errors relate to issues in CDN configuration settings and usage.\n"]]