data-cap
    Preparing search index...

    Interface DataError

    The latest relevant error for a field/operation, never a history -- see FieldInfo.error.

    interface DataError {
        error: unknown;
        operator: string;
    }
    Index
    error: unknown

    The raw error value the operation rejected/threw with, unwrapped.

    operator: string

    The getter/mutator/subscription operation key that produced this error.