What does HRESULT 0x803E0105 (WPN_E_PLATFORM_UNAVAILABLE) mean?

 
Previous Next
WPN_E_DUPLICATE_CHANNEL WPN_E_NOTIFICATION_POSTED

WPN_E_PLATFORM_UNAVAILABLE

WPN_E_PLATFORM_UNAVAILABLE is an HRESULT used by the Windows notification platform. It means that the local notification platform could not provide the requested notification service at that time.

What to check for WPN_E_PLATFORM_UNAVAILABLE

  • Check the Windows session state, network availability, service health, and device policy.
  • Treat the condition as potentially transient and retry later with bounded backoff where safe.
  • Keep the app functional when notifications are unavailable rather than making them a hard dependency.

Microsoft documentation

Diagnostic discriminator: Confirm that the local Windows Push Notification platform and its required services are available. This result is platform availability rather than a per-notification policy decision.


Looking for a different code? Search another status or error code.