get_error();
Object.defineProperty('error');
Type | Description |
---|---|
Exception | An error object if the image load failed; otherwise, null. |
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.