Buzzr Sports Engine API
    Preparing search index...

    Type Alias DfsBatchEntryFailure

    One entry that threw during batch settlement (batch keeps going).

    type DfsBatchEntryFailure = {
        entryId: string;
        error: Error;
        index: number;
    }
    Index

    Properties

    Properties

    entryId: string
    error: Error
    index: number

    Index of the failed entry in the inputs array.