Update pal error message
This commit is contained in:
parent
33fb5b7ad8
commit
c60a19177b
@ -26,6 +26,10 @@ static sgx_err_msg_t err_msg_table[] = {
|
||||
SGX_ERROR_ENCLAVE_LOST,
|
||||
"Power transition occurred."
|
||||
},
|
||||
{
|
||||
SGX_ERROR_OUT_OF_TCS,
|
||||
"Out of TCS."
|
||||
},
|
||||
{
|
||||
SGX_ERROR_INVALID_ENCLAVE,
|
||||
"Invalid enclave image."
|
||||
|
Loading…
Reference in New Issue
Block a user