Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Error Property (ImageLoader)

Show in webframe
An error describing the reason for the image load failure from Run.
Syntax
get_error();
Object.defineProperty('error');

Property Value

TypeDescription
ExceptionAn error object if the image load failed; otherwise, null.
Remarks

When Run is called, the image begins loading. If the image fails to load for any reason, Element will not be set to the loaded image and Error will be set to an error. The Fail event will then be fired.

See Run for more information.

Example
See ImageLoader for an example.
See Also

Reference

ImageLoader Object
ImageLoader Members

Error processing SSI file