SourceFile¶
Source definition: src/bitdrift/public/unary/issues/v1/crash.proto#L22-L29
| Field | Type | Description |
|---|---|---|
| path | string at least 1 char |
The path to the source file. |
| lineno | int32 | |
| column | uint32 |
Example¶
JSON
{
"column": 5,
"lineno": 42,
"path": "src/main.rs"
}