pub fn builtin_runtime_error_fields() -> Vec<String>
The canonical RuntimeError { message, line } struct field list. try_call produces these directly; declaring them as a builtin lets user code pattern-match the same shape.
RuntimeError { message, line }
try_call