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-02-13 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, providing reasons for CDN configuration issues."],["Reasons for CDN configuration errors can include invalid URLs, unsupported security policies, or dependencies on active content sources or live streams."],["The service utilizes a namespace for identification and includes fields for detailed error information like `fieldPath`, `trigger`, and `errorString`."],["Developers can use this information to understand and troubleshoot issues with CDN configurations in their Ad Manager integrations."]]],["The `CdnConfigurationService` manages errors related to `CdnConfigurations`. It inherits from `ApiError`, encompassing various error types like `ApiVersionError`, `AuthenticationError`, and `CdnConfigurationError`. Key `ApiError` fields include `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `CdnConfigurationError` has a `reason` field with enumerated values such as `URL_SHOULD_NOT_CONTAIN_SCHEME` and `CANNOT_ARCHIVE_IF_USED_BY_ACTIVE_CONTENT_SOURCES`, indicating specific issues. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]