Skip to main content

write_native_debug_runtime_error

Function write_native_debug_runtime_error 

Source
pub fn write_native_debug_runtime_error<W: Write>(
    error: &RuntimeError,
    output: &mut W,
) -> Result<(), Error>
Expand description

Writes one body-free native debug-artifact JSON error for agents.

ยงErrors

Returns an I/O error if writing to the output stream fails.