AI-generated Key Takeaways
- 
          The DaiEncodingProfileService is associated with a variety of potential API errors, including authentication, collection size, common errors, and specific DaiEncodingProfile related errors. 
- 
          The DaiEncodingProfileUpdateError lists errors specifically related to updates, such as not being able to update profiles used by running live streams. 
- 
          Error details can include the field path, field path elements, the data that triggered the error, and a simple string representation of the error. 
- 
          The reason for a DaiEncodingProfileUpdateError is provided, with specific enumerations for different update failure scenarios. 
Lists all errors associated with encoding profile updates.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| 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. | 
| DaiEncodingProfileUpdateError | |
| 
                            | 
                            
 Enumerations 
 |