editor revision

This commit is contained in:
Aaron Czechowski
2024-10-21 10:24:13 -07:00
committed by GitHub
parent 842211651e
commit 8ee6b80fc7

View File

@ -76,7 +76,7 @@ Represents why verification failed, or if it succeeded.
| 23 | Invalid image hash. This error can indicate file corruption or a problem with the file's signature. Signatures using elliptic curve cryptography (ECC), such as ECDSA, return this VerificationError. | | 23 | Invalid image hash. This error can indicate file corruption or a problem with the file's signature. Signatures using elliptic curve cryptography (ECC), such as ECDSA, return this VerificationError. |
| 24 | Flight root not allowed; indicates trying to run flight-signed code on production OS. | | 24 | Flight root not allowed; indicates trying to run flight-signed code on production OS. |
| 25 | Anti-cheat policy violation. | | 25 | Anti-cheat policy violation. |
| 26 | Explicitly denied by App Control for Business policy. | | 26 | Explicitly denied by App Control policy. |
| 27 | The signing chain appears to be tampered/invalid. | | 27 | The signing chain appears to be tampered/invalid. |
| 28 | Resource page hash mismatch. | | 28 | Resource page hash mismatch. |