---
title: NEHotspotHelperResult.unsupportedNetwork
framework: networkextension
role: symbol
role_heading: Case
path: networkextension/nehotspothelperresult/unsupportednetwork
---

# NEHotspotHelperResult.unsupportedNetwork

After attempting to authenticate, the Hotspot Helper app determined that it can’t perform the authentication. This result is only valid in response to commands of type NEHotspotHelperCommandType.authenticate and NEHotspotHelperCommandType.presentUI.

## Declaration

```swift
case unsupportedNetwork
```

## See Also

### Results

- [NEHotspotHelperResult.success](networkextension/nehotspothelperresult/success.md)
- [NEHotspotHelperResult.failure](networkextension/nehotspothelperresult/failure.md)
- [NEHotspotHelperResult.uiRequired](networkextension/nehotspothelperresult/uirequired.md)
- [NEHotspotHelperResult.commandNotRecognized](networkextension/nehotspothelperresult/commandnotrecognized.md)
- [NEHotspotHelperResult.authenticationRequired](networkextension/nehotspothelperresult/authenticationrequired.md)
- [NEHotspotHelperResult.temporaryFailure](networkextension/nehotspothelperresult/temporaryfailure.md)
