implementing #10334

implementing #10334 
I added the error 0x80072F8F as reported, and classified it based on this link, please verify:
https://windowsinstructed.com/how-to-fix-0x80072f8f-a-security-error-occurred/
This commit is contained in:
Michael Nady 2022-05-08 20:29:34 +02:00 committed by GitHub
parent d3b0ab31fb
commit b0a26ecc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,9 +84,9 @@ For errors listed in this table, contact Microsoft Support for assistance.
| Hex | Cause |
|-------------|---------|
| 0X80072F0C | Unknown |
| 0x80070057 | Invalid parameter or argument is passed. |
| 0x80090010 | NTE_PERM |
| 0X80072F0C | Unknown |
| 0x80072F8F | A mismatch happens between the system's clock and the activation servers' clock when trying to activate windows | 0x80090010 | NTE_PERM |
| 0x80090020 | NTE\_FAIL |
| 0x80090027 | Caller provided a wrong parameter. If third-party code receives this error, they must change their code. |
| 0x8009002D | NTE\_INTERNAL\_ERROR |