bunqueue v2.8 API referenceall versions · guide
bunqueue
    Preparing search index...

    Interface CompensationOutcome

    interface CompensationOutcome {
        at: number;
        error?: string;
        status: CompensationStatus;
    }
    Index
    at: number
    error?: string

    Why it failed, or why it was skipped.