log.entry.exception

Element details

type: meya.log.entry.exception
class: LogExceptionEntry
path: /meya/log/entry/exception.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
scopeScope
timestampint
context{}
dict
exceptionstr
exception_typestr
stack_tracelist

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"
            ]
        ]
    }
}