# PreviewImageError
The parameter passed to the error
callback of PreviewImageOptions.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# code
code :Number
Error code, if applicable.
If the error was generated by the operating system, that system's error value is used. Otherwise, this value will be -1.
This API can be assigned the following constants:
# message DEPRECATED
message :String
DEPRECATED SINCE 3.1.0
Use error
property instead
Description of the error.