enum SwiffyConversionError.Reason (v202505)

  • SwiffyConversionError.Reason is an error reason for SwiffyConversionError.

  • SwiffyConversionError.Reason has four possible enumeration values: SERVER_ERROR, INVALID_FLASH_FILE, UNSUPPORTED_FLASH, and UNKNOWN.

  • Each enumeration value describes a specific reason for the Swiffy conversion error, such as internal server errors, invalid flash files, or unsupported flash assets.

  • The UNKNOWN value indicates that the actual error value is not exposed by the requested API version.

Error reason for SwiffyConversionError.


Namespace
https://www.google.com/apis/ads/publisher/v202505
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.