Contents

URLError.NetworkUnavailableReason.cellular

A reason that indicates network is unavailable because the interface is cellular and cellular network is disabled.

Declaration

case cellular

Discussion

This reason occurs when cellular is the only available network interface, but the URLSessionConfiguration property allowsCellularAccess is false.

See Also

Unavailability reasons