TS-Scribe - v1.2.0
    Preparing search index...

    Type Alias AsyncErrorInfo

    Info about a single item error collected by the *Settled variants.

    type AsyncErrorInfo = {
        error: unknown;
        index: number;
    }
    Index

    Properties

    Properties

    error: unknown

    The error thrown by the callback.

    index: number

    The array index of the item whose callback threw.