---
title: "NetworkBrowser.State.waiting(_:)"
framework: network
role: symbol
role_heading: Case
path: "network/networkbrowser/state/waiting(_:)"
---

# NetworkBrowser.State.waiting(_:)

The browser is waiting for connectivity. Results will not be delivered until the browser moves into the ready state. A browser can move from the ready state into the waiting state. The associated error indicates why the browser is unable to browse.

## Declaration

```swift
case waiting(NWError)
```
