AI-generated Key Takeaways
-
The
RichMediaStudioCreativeError
object lists errors encountered with Studio creatives, including issues with creation, connections, and invalid parameters. -
Errors are categorized by a
reason
field represented by an enum with values such asCREATION_NOT_ALLOWED
,STUDIO_CONNECTION_ERROR
, andINVALID_POSITION
. -
The
RichMediaStudioCreativeError
object inherits properties fromApiError
providing context about the error with details likefieldPath
anderrorString
. -
Only Studio can create a
RichMediaStudioCreative
, attempts to create it otherwise will result in aCREATION_NOT_ALLOWED
error. -
Issues connecting to Rich Media Studio to save the creative are flagged by
STUDIO_CONNECTION_ERROR
, often suggesting a temporary problem.
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
|