Function get_last_error

Source
#[unsafe(no_mangle)]
pub extern "C" fn get_last_error() -> u32
Expand description

Get the last error’s error code, or 0 if there was none.

See source_map_mappings::Error for the error code definitions.