klyn.gui.windows.browser.BrowserWidget.navigationFailed
event
public event navigationFailed as BrowserNavigationErrorEvent
Description

Emitted when the requested document cannot be loaded.

Example
browser.navigationFailed += lambda(event: BrowserNavigationErrorEvent): print(event.message)