| Previous | Next |
| WPN_E_ALL_URL_NOT_COMPLETED | WPN_E_NOTIFICATION_ID_MATCHED |
WPN_E_INVALID_CLOUD_IMAGE
WPN_E_INVALID_CLOUD_IMAGE is an HRESULT used by the Windows notification platform. It means that an image retrieved by the notification platform could not be accepted as a valid notification image.
What to check
- Verify the image bytes, declared content type, dimensions, and response integrity at the source URL.
- Check that the URL serves the expected image directly rather than an HTML error page or redirect loop.
- Replace or regenerate the image instead of repeatedly retrying the same invalid asset.
Looking for a different code? Search another status or error code.