Contents

NWConnection.State.waiting(_:)

The connection is waiting for a network path change.

Declaration

case waiting(NWError)

Discussion

Connections that are waiting will indicate the reason that the connection couldn’t be established in the associated error. These errors are not fatal.

See Also

States