# 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. |