pub fn write_runtime_error(
out_error: *mut RuntimeErrorBuf,
phase: RuntimeErrorPhase,
kind: RuntimeErrorKind,
message: &str,
)Expand description
Writes an error into an optional ABI error buffer.
pub fn write_runtime_error(
out_error: *mut RuntimeErrorBuf,
phase: RuntimeErrorPhase,
kind: RuntimeErrorKind,
message: &str,
)Writes an error into an optional ABI error buffer.