URLConnection Timeout in Xojo

So, what actually happens after the timeout on a URLConnection.send?

My understanding is that until the URLConnection receives a reply or the timeout happens, another Send cannot be sent. So… there’s an Event if there’s a reply, but is there an event if the timeout happens without a reply? Does the Error event get raised?

Oddly, the docs don’t show a timeout parameter, but autocomplete does. (2019r1.1)

I would expect an error event would get raised but cant say I have experience with that one way or the other