Files
log10go/docs/models/components/stacktrace.md
2024-05-24 18:29:28 -07:00

11 lines
1.4 KiB
Markdown

# Stacktrace
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
| `File` | *string* | :heavy_check_mark: | The file associated with this stacktrace. |
| `Line` | *string* | :heavy_check_mark: | The line associated with this stacktrace. |
| `Lineno` | *float64* | :heavy_check_mark: | The line number associated with this stacktrace. |
| `Name` | *string* | :heavy_check_mark: | The function or module associated with this stacktrace. |