mirror of
https://github.com/google/go-attestation.git
synced 2025-02-21 09:11:46 +00:00
Moar error codes (#32)
This commit is contained in:
parent
dbbcfcc4b8
commit
70c839779d
@ -211,6 +211,10 @@ var (
|
||||
0x8029040A: "TPM_E_PCP_POLICY_NOT_FOUND",
|
||||
0x8029040B: "TPM_E_PCP_PROFILE_NOT_FOUND",
|
||||
0x8029040C: "TPM_E_PCP_VALIDATION_FAILED",
|
||||
0x80090009: "NTE_BAD_FLAGS",
|
||||
0x80090026: "NTE_INVALID_HANDLE",
|
||||
0x80090027: "NTE_INVALID_PARAMETER",
|
||||
0x80090029: "NTE_NOT_SUPPORTED",
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user