Member Junction
    Preparing search index...

    An individual error from pipeline processing.

    interface PipelineError {
        Message: string;
        RecordID?: string;
        Stage: PipelineStage;
    }
    Index

    Properties

    Message: string

    The error message

    RecordID?: string

    The record ID that failed (if applicable)

    The stage where the error occurred