AI-generated Key Takeaways
- 
          
CdnConfigurationError.Reason lists the reasons for CdnConfigurationError in the CdnConfigurationService.
 - 
          
Reasons include issues with URL schemes, invalid delivery location names, and inability to archive if used by active content sources or live streams.
 - 
          
Unsupported security policy types and an unknown error reason are also listed.
 
The reasons for the CdnConfigurationError.
- Namespace
 - 
               
https://www.google.com/apis/ads/publisher/v202508 
| Enumeration | Description | 
|---|---|
                        URL_SHOULD_NOT_CONTAIN_SCHEME
                      | 
                     URL prefixes should not contain schemes. | 
                        INVALID_DELIVERY_LOCATION_NAMES
                      | 
                     Invalid delivery setting name. Names for new delivery settings must be null or empty. Names for existing delivery settings cannot be modified. | 
                        CANNOT_ARCHIVE_IF_USED_BY_ACTIVE_CONTENT_SOURCES
                      | 
                     A CDN configuration cannot be archived if it is used by active content sources. | 
                        CANNOT_ARCHIVE_IF_USED_BY_ACTIVE_LIVE_STREAMS
                      | 
                     A CDN configuration cannot be archived if it is used by active live streams. | 
                        UNSUPPORTED_SECURITY_POLICY_TYPE
                      | 
                     The security policy type is not supported for the current settings. | 
                        UNKNOWN
                      | 
                     The value returned if the actual value is not exposed by the requested API version. |