public readonly property statusCode as Int
HTTP status associated with the failure, or 0 for non-HTTP failures.
0
error = BrowserException("Not found", 404) assert error.statusCode == 404