AI-generated Key Takeaways
-
SwiffyConversionError.Reason is an enumeration within the
https://www.google.com/apis/ads/publisher/v202508namespace used to detail why a Swiffy conversion failed. -
Possible reasons for a Swiffy conversion error include a server error, an invalid or unsupported flash file, or an unknown issue.
-
This enumeration is linked to CreativeService and LineItemCreativeAssociationService and its details can be found by referencing SwiffyConversionError.
Error reason for SwiffyConversionError.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
| Enumeration | Description |
|---|---|
SERVER_ERROR
|
Indicates the Swiffy service has an internal error that prevents the flash asset being converted. |
INVALID_FLASH_FILE
|
Indicates the uploaded flash asset is not a valid flash file. |
UNSUPPORTED_FLASH
|
Indicates the Swiffy service currently does not support converting this flash asset. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |