| Previous | Next |
| WPN_E_CLOUD_INCAPABLE | WPN_E_NOTIFICATION_INCAPABLE |
WPN_E_NOTIFICATION_DISABLED
WPN_E_NOTIFICATION_DISABLED is an HRESULT used by the Windows notification platform. It means that system or user notification settings block delivery for the application.
What to check for WPN_E_NOTIFICATION_DISABLED
- Check the app notification setting and applicable device-management policy.
- Respect the setting; do not repeatedly prompt or attempt to bypass the block.
- Use an in-app indicator when the user needs to know that external alerts are unavailable.
Diagnostic discriminator: Check the effective notification setting for this package and user. This result means delivery is disabled by policy or user configuration; it is distinct from a malformed notification or an unavailable platform.
Looking for a different code? Search another status or error code.