mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-07 12:37:47 +00:00
11 lines
1.4 KiB
Markdown
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` | *number* | :heavy_check_mark: | The line number associated with this stacktrace. |
|
|
| `name` | *string* | :heavy_check_mark: | The function or module associated with this stacktrace. | |