You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the error output from the SGX FFI comes back as integers or hex.
_qutoe3_error_t(e001)
This forces developers to map these values to the proper enum like SGX_QL_UNEXPECTED. It would be good to have the fmt::Debug for the error types output the enum name
The text was updated successfully, but these errors were encountered:
Currently the error output from the SGX FFI comes back as integers or hex.
This forces developers to map these values to the proper enum like
SGX_QL_UNEXPECTED
. It would be good to have thefmt::Debug
for the error types output the enum nameThe text was updated successfully, but these errors were encountered: