@runloop/agent-axon-client
    Preparing search index...

    Interface SystemErrorEventInfo

    Metadata from the Axon event that triggered the system error. Uses a structural type rather than the full AxonEventView for testability.

    interface SystemErrorEventInfo {
        axon_id?: string;
        event_type: string;
        sequence?: number;
    }
    Index

    Properties

    axon_id?: string
    event_type: string
    sequence?: number