AI-generated Key Takeaways
-
The DaiEncodingProfileService is a service used for encoding profile updates and is associated with various types of API errors.
-
Several specific error types inherit from ApiError within this service, including those related to authentication, collection size, common issues, and specific DaiEncodingProfile errors.
-
The DaiEncodingProfileUpdateError lists all errors specifically associated with encoding profile updates.
-
Key fields for understanding errors include fieldPath, fieldPathElements, trigger, errorString (inherited from ApiError), and reason (specific to DaiEncodingProfileUpdateError).
-
A specific reason for the DaiEncodingProfileUpdateError is that profiles cannot be updated if used by running live stream events.
Lists all errors associated with encoding profile updates.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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
|