| 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 interpretation
This result has the HRESULT value 0x803E0113. AllStat records the condition as “The application does not have the internet access capability.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the wpn / internet / incapable operation.
- Preserve the first failure in the call chain; a later HRESULT can describe cleanup rather than the original wpn / internet / incapable condition.
Retry and recovery
For WPN_E_INTERNET_INCAPABLE, recovery should change one confirmed condition at a time. The verification run should use equivalent inputs and prove that the same boundary no longer rejects the operation.
Looking for a different code? Search another status or error code.
