AI-generated Key Takeaways
-
SwiffyConversionError.Reason indicates the reason for a Swiffy conversion error, which may occur when converting Flash assets.
-
Possible reasons include server errors, invalid Flash files, unsupported Flash types, or unknown issues.
-
The error reasons are categorized as
SERVER_ERROR
,INVALID_FLASH_FILE
,UNSUPPORTED_FLASH
, andUNKNOWN
. -
This information is relevant to the CreativeService, CreativeSetService, and LineItemCreativeAssociationService within the Google Ad Manager API.
Error reason for SwiffyConversionError.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |