Function fuel_indexer::ffi::early_exit
source · pub fn early_exit(err_code: u32) -> Result<(), WasmIndexerError>
Expand description
When called from WASM it will terminate the execution and return the error code.
pub fn early_exit(err_code: u32) -> Result<(), WasmIndexerError>
When called from WASM it will terminate the execution and return the error code.