
Called if the browser encounters an error while loading the contents of the URL address. Applies for each URL loaded within the browser.
| Name | Description | Type | Use |
|---|---|---|---|
| url | A target URL address. | string |
required |
| error | An object, as shown below, that passes an error code and its description. Possible failure types are listed in the Constants table, in the Browser article. {
code,
description
} |
object |
optional |