Merge "Adds new error code which is required by keystore to handle strongbox hal related functionality. Test: N/A Bug: b/184306647"

This commit is contained in:
Treehugger Robot 2021-04-06 15:59:30 +00:00 committed by Gerrit Code Review
commit 0ff57e62a8
2 changed files with 2 additions and 0 deletions

View file

@ -118,6 +118,7 @@ enum ErrorCode {
MISSING_ISSUER_SUBJECT = -82,
INVALID_ISSUER_SUBJECT = -83,
BOOT_LEVEL_EXCEEDED = -84,
HARDWARE_NOT_YET_AVAILABLE = -85,
UNIMPLEMENTED = -100,
VERSION_MISMATCH = -101,
UNKNOWN_ERROR = -1000,

View file

@ -107,6 +107,7 @@ enum ErrorCode {
MISSING_ISSUER_SUBJECT = -82,
INVALID_ISSUER_SUBJECT = -83,
BOOT_LEVEL_EXCEEDED = -84,
HARDWARE_NOT_YET_AVAILABLE = -85,
UNIMPLEMENTED = -100,
VERSION_MISMATCH = -101,