Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface DeadLetterEntry

    interface DeadLetterEntry {
        circuitId: string;
        error: string;
        id: string;
        lastRetryTs: number | null;
        payload: string;
        resolved: boolean;
        retryCount: number;
        ts: number;
    }
    Index
    circuitId: string
    error: string
    id: string
    lastRetryTs: number | null
    payload: string
    resolved: boolean
    retryCount: number
    ts: number