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

HTTP status associated with the failure, or 0 for non-HTTP failures.

Example
error = BrowserException("Not found", 404)
assert error.statusCode == 404