Update pal error message

This commit is contained in:
volcano0dr 2022-10-03 18:00:52 +08:00 committed by Zongmin.Gu
parent 33fb5b7ad8
commit c60a19177b

@ -26,6 +26,10 @@ static sgx_err_msg_t err_msg_table[] = {
SGX_ERROR_ENCLAVE_LOST, SGX_ERROR_ENCLAVE_LOST,
"Power transition occurred." "Power transition occurred."
}, },
{
SGX_ERROR_OUT_OF_TCS,
"Out of TCS."
},
{ {
SGX_ERROR_INVALID_ENCLAVE, SGX_ERROR_INVALID_ENCLAVE,
"Invalid enclave image." "Invalid enclave image."