<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/NetworkBrowser/State/waiting(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "s:7Network0A7BrowserC5StateO7waitingyAEyx_GAA7NWErrorOcAGmAA0B8ProviderRzlF"
  },
  "title" : "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.

```
case waiting(NWError)
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)