| Previous | Next |
| WPN_E_NOTIFICATION_INCAPABLE | WPN_E_NOTIFICATION_TYPE_DISABLED |
WPN_E_INTERNET_INCAPABLE
WPN_E_INTERNET_INCAPABLE is an HRESULT used by the Windows notification platform. It means that the package is not allowed to use the network access needed for the requested notification operation.
What to check for WPN_E_INTERNET_INCAPABLE
- Verify the required internet capability in the app manifest and the installed package identity.
- Check for enterprise policy that can further restrict network access for the app.
- Do not interpret a missing capability as a DNS or remote-service failure.
Diagnostic discriminator: Verify the application/package networking capability and policy separately from current Internet reachability. If the app is not permitted to use the required network path, waiting for connectivity will not repair the capability mismatch.
Looking for a different code? Search another status or error code.
