type RichMediaStudioCreativeError (v202505)

  • RichMediaStudioCreativeError lists errors associated with Studio creatives and inherits from ApiError.

  • The RichMediaStudioCreativeError includes a 'reason' field which is an enum detailing specific error causes such as invalid creative objects or connection issues with Rich Media Studio.

  • Inherited fields from ApiError include 'fieldPath', 'fieldPathElements', 'trigger', and 'errorString' for identifying the source and nature of the error.

  • Specific error reasons are enumerated, covering scenarios like creation restrictions, invalid request parameters, and various creative property issues.

Lists all errors associated with Studio creatives.


Namespace
https://www.google.com/apis/ads/publisher/v202505

Field

ApiError (inherited)

fieldPath

xsd:string

The OGNL field path to identify cause of error.

fieldPathElements

FieldPathElement[]

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)}.

trigger

xsd:string

The data that caused the error.

errorString

xsd:string

A simple string representation of the error and reason.

RichMediaStudioCreativeError

reason

RichMediaStudioCreativeErro...

The error reason represented by an enum.


Enumerations
CREATION_NOT_ALLOWED
Only Studio can create a RichMediaStudioCreative.
UKNOWN_ERROR
Unknown error
INVALID_CODE_GENERATION_REQUEST
Invalid request indicating missing/invalid request parameters.
INVALID_CREATIVE_OBJECT
Invalid creative object.
STUDIO_CONNECTION_ERROR
Unable to connect to Rich Media Studio to save the creative. Please try again later.
PUSHDOWN_DURATION_NOT_ALLOWED
The push down duration is not allowed
INVALID_POSITION
The position is invalid
INVALID_Z_INDEX
The Z-index is invalid
INVALID_PUSHDOWN_DURATION
The push-down duration is invalid
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.