From c60a19177be060a183651f0ef07d53e52cbc01a5 Mon Sep 17 00:00:00 2001 From: volcano0dr Date: Mon, 3 Oct 2022 18:00:52 +0800 Subject: [PATCH] Update pal error message --- src/pal/src/pal_error.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pal/src/pal_error.c b/src/pal/src/pal_error.c index dd458ac0..cf4e1cd2 100644 --- a/src/pal/src/pal_error.c +++ b/src/pal/src/pal_error.c @@ -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."