| Previous | Next |
| WPN_E_NOTIFICATION_NOT_POSTED | WPN_E_CLOUD_INCAPABLE |
WPN_E_CLOUD_DISABLED
WPN_E_CLOUD_DISABLED is an HRESULT used by the Windows notification platform. It means that a device-level setting or policy has turned off cloud notification delivery.
What to check for WPN_E_CLOUD_DISABLED
- Check notification settings and device-management policy without attempting to override the user choice.
- Explain the limitation in the app UI only when it is relevant and actionable for the user.
- Provide a local or in-app fallback when the product must surface important state changes.
Diagnostic discriminator: Check the device-wide notification policy first. A deliberate device setting that disables cloud delivery should not be retried as a transient network or Windows Push Notification service outage.
Looking for a different code? Search another status or error code.