1-based column number within the line, if present.
The source file path/URL, if present on this line.
The function or method name for this frame, if known.
1-based line number within the file, if present.
The original, trimmed line from the stack string.
A single parsed stack frame extracted from an error stack string.
Remarks
The shape targets the common cross-engine fields you’ll typically want to filter or display: function name, file, and position (line/column).
raw
keeps the original line for troubleshooting or custom rendering.