---
title: NEHotspotConfigurationError
framework: networkextension
role: symbol
role_heading: Enumeration
path: networkextension/nehotspotconfigurationerror
---

# NEHotspotConfigurationError

Error values returned by hotspot configuration manager methods.

## Declaration

```swift
enum NEHotspotConfigurationError
```

## Topics

### Errors

- [NEHotspotConfigurationError.invalid](networkextension/nehotspotconfigurationerror/invalid.md)
- [NEHotspotConfigurationError.invalidSSID](networkextension/nehotspotconfigurationerror/invalidssid.md)
- [NEHotspotConfigurationError.invalidWPAPassphrase](networkextension/nehotspotconfigurationerror/invalidwpapassphrase.md)
- [NEHotspotConfigurationError.invalidWEPPassphrase](networkextension/nehotspotconfigurationerror/invalidweppassphrase.md)
- [NEHotspotConfigurationError.invalidEAPSettings](networkextension/nehotspotconfigurationerror/invalideapsettings.md)
- [NEHotspotConfigurationError.invalidHS20Settings](networkextension/nehotspotconfigurationerror/invalidhs20settings.md)
- [NEHotspotConfigurationError.invalidHS20DomainName](networkextension/nehotspotconfigurationerror/invalidhs20domainname.md)
- [NEHotspotConfigurationError.invalidSSIDPrefix](networkextension/nehotspotconfigurationerror/invalidssidprefix.md)
- [NEHotspotConfigurationError.userDenied](networkextension/nehotspotconfigurationerror/userdenied.md)
- [NEHotspotConfigurationError.internal](networkextension/nehotspotconfigurationerror/internal.md)
- [NEHotspotConfigurationError.pending](networkextension/nehotspotconfigurationerror/pending.md)
- [NEHotspotConfigurationError.systemConfiguration](networkextension/nehotspotconfigurationerror/systemconfiguration.md)
- [NEHotspotConfigurationError.unknown](networkextension/nehotspotconfigurationerror/unknown.md)
- [NEHotspotConfigurationError.joinOnceNotSupported](networkextension/nehotspotconfigurationerror/joinoncenotsupported.md)
- [NEHotspotConfigurationError.alreadyAssociated](networkextension/nehotspotconfigurationerror/alreadyassociated.md)
- [NEHotspotConfigurationError.applicationIsNotInForeground](networkextension/nehotspotconfigurationerror/applicationisnotinforeground.md)

### Enumeration Cases

- [NEHotspotConfigurationError.systemDenied](networkextension/nehotspotconfigurationerror/systemdenied.md)
- [NEHotspotConfigurationError.userUnauthorized](networkextension/nehotspotconfigurationerror/userunauthorized.md)

### Initializers

- [init(rawValue:)](networkextension/nehotspotconfigurationerror/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Errors

- [NEHotspotConfigurationErrorDomain](networkextension/nehotspotconfigurationerrordomain.md)
