Contents

timedOut

Operation timed out.

Declaration

static var timedOut: Errno { get }

Mentioned in

Discussion

A connect(2), connectx(2) or send(2) request failed because the connected party didn’t properly respond within the required period of time. The timeout period is dependent on the communication protocol.

The corresponding C error is ETIMEDOUT.

See Also

Network Errors