AI-generated Key Takeaways
-
RichMediaStudioCreativeError
is an error type associated with Studio creatives, indicating issues like invalid creative objects, connection problems, or disallowed pushdown durations. -
This error is part of the CreativeService within the Google Ad Manager API and has a namespace of
https://www.google.com/apis/ads/publisher/v202411
. -
It inherits from
ApiError
, providing details about the error's location and cause usingfieldPath
,fieldPathElements
,trigger
, anderrorString
. -
The
reason
field, an enum of typeRichMediaStudioCreativeError.Reason
, pinpoints the specific reason for the error, offering more context for troubleshooting. -
Reasons for
RichMediaStudioCreativeError
can include issues like invalid creative objects or parameters, problems connecting to Rich Media Studio, and disallowed pushdown durations or positioning.
Lists all errors associated with Studio creatives.
- 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. |
RichMediaStudioCreativeError
|
|
|
The error reason represented by an enum. Enumerations
|