---
title: NEVPNConnectionError.configurationNotFound
framework: networkextension
role: symbol
role_heading: Case
path: networkextension/nevpnconnectionerror/configurationnotfound
---

# NEVPNConnectionError.configurationNotFound

An error code that indicates the VPN connection failed because the system couldn’t find a configuration.

## Declaration

```swift
case configurationNotFound
```

## See Also

### General error codes

- [NEVPNConnectionError.overslept](networkextension/nevpnconnectionerror/overslept.md)
- [NEVPNConnectionError.noNetworkAvailable](networkextension/nevpnconnectionerror/nonetworkavailable.md)
- [NEVPNConnectionError.unrecoverableNetworkChange](networkextension/nevpnconnectionerror/unrecoverablenetworkchange.md)
- [NEVPNConnectionError.configurationFailed](networkextension/nevpnconnectionerror/configurationfailed.md)
- [NEVPNConnectionError.authenticationFailed](networkextension/nevpnconnectionerror/authenticationfailed.md)
- [NEVPNConnectionError.negotiationFailed](networkextension/nevpnconnectionerror/negotiationfailed.md)
