AI-generated Key Takeaways
- 
          The LiveStreamEventService is a service for managing live stream events and inherits from ApiError. 
- 
          Numerous specific error types are associated with this service, including those related to ad breaks, authentication, collection size, and live stream event configurations. 
- 
          The LiveStreamEventCdnSettingsError specifically lists errors related to LiveStreamEvent CDN configurations, such as non-unique URL prefixes or incorrect configuration types. 
- 
          Error details can include the field path, field path elements, trigger data, and a string representation of the error. 
Lists all errors associated with LiveStreamEvent CDN configurations.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| Field | |
|---|---|
| ApiError(inherited) | |
| 
                            | 
                            The OGNL field path to identify cause of error. | 
| 
                            | 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)}. | 
| 
                            | 
                            The data that caused the error. | 
| 
                            | 
                            A simple string representation of the error and reason. | 
| LiveStreamEventCdnSettingsError | |
| 
                            | 
                            
 Enumerations 
 |