public readonly property statusCode as Int
HTTP status code, or 0 for non-HTTP failures.
0
if event.statusCode == 404: print("Not found")