AI-generated Key Takeaways
-
SwiffyConversionError.Reason is an enumeration detailing specific errors encountered during the conversion of Flash assets using the Swiffy service.
-
Possible error reasons include internal server errors, invalid Flash file uploads, unsupported Flash assets, or unknown issues not exposed by the API version.
-
This error type is associated with CreativeService, CreativeSetService, and LineItemCreativeAssociationService.
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. |