AI-generated Key Takeaways
- 
          This document lists possible errors that can occur with images. 
- 
          Errors cover issues with the image itself, storage, requests, dimensions, animation, server problems, and various Flash-specific issues. 
- 
          Other errors include problems with file size, processing, input, and format. 
- 
          Some errors indicate violations of image constraints without specifying which specific constraint was violated. 
Enum describing possible image errors.
| Enums | |
|---|---|
| 
 | Enum unspecified. | 
| 
 | The received error code is not known in this version. | 
| 
 | The image is not valid. | 
| 
 | The image could not be stored. | 
| 
 | There was a problem with the request. | 
| 
 | The image is not of legal dimensions. | 
| 
 | Animated image are not permitted. | 
| 
 | Animation is too long. | 
| 
 | There was an error on the server. | 
| 
 | Image cannot be in CMYK color format. | 
| 
 | Flash images are not permitted. | 
| 
 | Flash images must support clickTag. | 
| 
 | A flash error has occurred after fixing the click tag. | 
| 
 | Unacceptable visual effects. | 
| 
 | There was a problem with the flash image. | 
| 
 | Incorrect image layout. | 
| 
 | There was a problem reading the image file. | 
| 
 | There was an error storing the image. | 
| 
 | The aspect ratio of the image is not allowed. | 
| 
 | Flash cannot have network objects. | 
| 
 | Flash cannot have network methods. | 
| 
 | Flash cannot have a Url. | 
| 
 | Flash cannot use mouse tracking. | 
| 
 | Flash cannot have a random number. | 
| 
 | Ad click target cannot be '_self'. | 
| 
 | GetUrl method should only use '_blank'. | 
| 
 | Flash version is not supported. | 
| 
 | Flash movies need to have hard coded click URL or clickTAG | 
| 
 | Uploaded flash file is corrupted. | 
| 
 | Uploaded flash file can be parsed, but the click tag can not be fixed properly. | 
| 
 | Flash movie accesses network resources | 
| 
 | Flash movie attempts to call external javascript code | 
| 
 | Flash movie attempts to call flash system commands | 
| 
 | Image file is too large. | 
| 
 | Image data is too large. | 
| 
 | Error while processing the image. | 
| 
 | Image is too small. | 
| 
 | Input was invalid. | 
| 
 | There was a problem reading the image file. | 
| 
 | Image constraints are violated, but details like ASPECT_RATIO_NOT_ALLOWED can't be provided. This happens when asset spec contains more than one constraint and different criteria of different constraints are violated. | 
| 
 | Image format is not allowed. |