Element details
type: meya.log.entry.exception
class: LogExceptionEntry
path: /meya/log/entry/exception.py
signature: -
Fields
field | description | required | signature | default | type |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | null | EntryRef | |
trace_id | ○ | ○ | "-" | str | |
sensitive | ○ | ○ | false | bool | |
internal | ○ | ○ | false | bool | |
scope | ◉ | ○ | Scope | ||
timestamp | ◉ | ○ | int | ||
context | ○ | ○ | {} | dict | |
exception | ◉ | ○ | str | ||
exception_type | ◉ | ○ | str | ||
stack_trace | ◉ | ○ | list | ||
Usage reference
Data
{
"type": "meya.log.entry.exception",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": false,
"internal": false,
"scope": "bot|developer|system",
"timestamp": 123,
"context": {
"STRING": "ANY"
},
"exception": "STRING",
"exception_type": "STRING",
"stack_trace": [
[
"STRING"
]
]
}
}