| Previous | Next |
| WPN_E_DEV_ID_SIZE | WPN_E_INVALID_HTTP_STATUS_CODE |
WPN_E_TAG_ALPHANUMERIC
WPN_E_TAG_ALPHANUMERIC is an HRESULT used by the Windows notification platform. It means that the notification tag does not satisfy the platform character requirements.
What to check for WPN_E_TAG_ALPHANUMERIC
- Generate tags from a known-safe alphabet instead of passing arbitrary user or URL text.
- Encode or map external identifiers in a reversible, documented way where necessary.
- Validate tags before calling the notification API so invalid input is reported near its source.
Diagnostic discriminator: Validate the notification tag character by character against the platform tag grammar. This result isolates an invalid tag character set rather than an excessive tag length.
Looking for a different code? Search another status or error code.
