[[["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."],[[["`CdnConfigurationError.Reason` outlines the potential errors encountered when configuring Content Delivery Networks (CDNs) in Google Ad Manager."],["These errors can arise from issues like invalid URLs, delivery settings, or security policies, or when a CDN configuration is used by active content sources or live streams."],["The enumeration provides specific error codes like `URL_SHOULD_NOT_CONTAIN_SCHEME` or `INVALID_DELIVERY_LOCATION_NAMES` alongside descriptions, enabling users to understand and troubleshoot CDN configuration issues."],["Error codes such as `CANNOT_ARCHIVE_IF_USED_BY_ACTIVE_CONTENT_SOURCES` and `CANNOT_ARCHIVE_IF_USED_BY_ACTIVE_LIVE_STREAMS` indicate that active dependencies prevent archiving the CDN configuration."],["An `UNKNOWN` error is returned if the specific reason is not exposed by the current API version."]]],["The core content defines the `CdnConfigurationError.Reason` enumeration within the `CdnConfigurationService` in the `v202408` namespace. It details six potential error reasons: `URL_SHOULD_NOT_CONTAIN_SCHEME`, `INVALID_DELIVERY_LOCATION_NAMES`, `CANNOT_ARCHIVE_IF_USED_BY_ACTIVE_CONTENT_SOURCES`, `CANNOT_ARCHIVE_IF_USED_BY_ACTIVE_LIVE_STREAMS`, `UNSUPPORTED_SECURITY_POLICY_TYPE`, and `UNKNOWN`. Each reason describes a specific scenario causing a CDN configuration issue, like incorrect URL formatting, invalid delivery setting names, or attempting to archive configurations in use.\n"]]