---
title: NEHotspotHelperResult.temporaryFailure
framework: networkextension
role: symbol
role_heading: Case
path: networkextension/nehotspothelperresult/temporaryfailure
---

# NEHotspotHelperResult.temporaryFailure

The Hotspot Helper app determined that it is temporarily unable to perform the authentication. This result is only valid in response to commands of type NEHotspotHelperCommandType.authenticate and NEHotspotHelperCommandType.presentUI.

## Declaration

```swift
case temporaryFailure
```

## 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.unsupportedNetwork](networkextension/nehotspothelperresult/unsupportednetwork.md)
