What does HRESULT 0x803E0202 (WPN_E_IMAGE_NOT_FOUND_IN_CACHE) mean?

 
Previous Next
WPN_E_POWER_SAVE WPN_E_ALL_URL_NOT_COMPLETED

WPN_E_IMAGE_NOT_FOUND_IN_CACHE

WPN_E_IMAGE_NOT_FOUND_IN_CACHE is an HRESULT used by the Windows notification platform. It means that the platform expected an image in its notification cache but no matching cached image was available.

What to check for WPN_E_IMAGE_NOT_FOUND_IN_CACHE

  • Verify the image identifier or URI and the order in which image preparation and notification display occur.
  • Handle cache misses as normal runtime conditions rather than assuming an image is permanently available.
  • Provide a notification template that still works without the optional image.

Microsoft documentation

Diagnostic interpretation

This result has the HRESULT value 0x803E0202. AllStat records the condition as “The notification platform doesn't have the requested image in its cache.”.

Evidence to capture

  • Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the wpn / image / found / in / cache operation.
  • Reproduce this result with the smallest valid input and note whether the result changes with identity, architecture, service state, or target object.

Retry and recovery

” has changed.


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