ErrorTrap was called.
Error Code: -57
Error Message: Connection Timed Out. The error number was -57 which means Connection was closed because it was idle (inactive).
You can't "catch"this in the sense of "keeping it open". It's already closed by this point.
If you want it to be "long" then set it long (and do your own tests on a timer if you want to close it before the timeout.)
cheers
Bruce