pub fn serialize_trace_error_programmatic_json(
output: TraceErrorProgrammaticOutput,
) -> Result<Value, ProgrammaticError>Expand description
Serialize typed stack-trace resolution into the JSON compatibility contract.
ยงErrors
Returns a structured error if the trace output cannot be serialized.