Contents

configurationStale

An error code that indicates another process modfied the VPN configuration since the last time the app loaded the configuration.

Declaration

static var configurationStale: NEVPNError.Code { get }

Discussion

This error also occurs if the app tries to save the VPN configuration before loading it from the Network Extension preferences the first time after the app launches.

See Also

Error codes