Files
log10py/docs/models/components/stacktrace.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -07:00

11 lines
1.4 KiB
Markdown

# Stacktrace
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
| `file` | *str* | :heavy_check_mark: | The file associated with this stacktrace. |
| `line` | *str* | :heavy_check_mark: | The line associated with this stacktrace. |
| `lineno` | *float* | :heavy_check_mark: | The line number associated with this stacktrace. |
| `name` | *str* | :heavy_check_mark: | The function or module associated with this stacktrace. |