Type Definition fortanix_sgx_abi::Result

source ·
pub type Result = i32;
Expand description

The first return value of usercalls that might fail.

RESULT_SUCCESS or an error code from the Error type.