[]Type Definition std::os::fortanix_sgx::usercalls::raw::Result

type Result = i32;
🔬 This is a nightly-only experimental API. (sgx_platform #56975)

The first return value of usercalls that might fail.

RESULT_SUCCESS or an error code from the Error type.