klyn.gui.windows.browser.BrowserNavigationErrorEvent.statusCode
property
public readonly property statusCode as Int
Description

HTTP status code, or 0 for non-HTTP failures.

Example
if event.statusCode == 404:
print("Not found")