| Previous | Next |
| WPN_E_OUT_OF_SESSION | WPN_E_IMAGE_NOT_FOUND_IN_CACHE |
WPN_E_POWER_SAVE
WPN_E_POWER_SAVE is an HRESULT used by the Windows notification platform. It means that the notification platform declined the requested image download because the device is in a power-saving mode.
What to check for WPN_E_POWER_SAVE
- Use local or previously cached imagery where appropriate and do not assume remote images will always load.
- Defer nonessential image refreshes until the device has more power or a suitable network state.
- Keep the notification meaningful even when optional images are unavailable.
Diagnostic interpretation
This result has the HRESULT value 0x803E0201. AllStat records the condition as “The notification platform rejects image download request due to system in power save mode.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the wpn / power / save operation.
- Preserve the first failure in the call chain; a later HRESULT can describe cleanup rather than the original wpn / power / save condition.
Retry and recovery
” has changed.
Looking for a different code? Search another status or error code.