mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-07 12:37:48 +00:00
11 lines
1.4 KiB
Markdown
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. | |