---
title: "WAError.noRadioResources(_:)"
framework: wifiaware
role: symbol
role_heading: Case
path: "wifiaware/waerror/noradioresources(_:)"
---

# WAError.noRadioResources(_:)

An error that occurs if the radio lacks resources.

## Declaration

```swift
case noRadioResources(WAError.NoRadioResourcesDetails)
```

## Discussion

Discussion The radio needs resources to support additional active devices, services, or performance requirements. Close any unneeded network NetworkConnections, and stop any unneeded NetworkBrowsers and NetworkListeners to free resources, and then retry.

## See Also

### Checking for insufficient radio resources

- [WAError.NoRadioResourcesDetails](wifiaware/waerror/noradioresourcesdetails.md)
