@coveo/headless
    Preparing search index...

    Interface InsightAPIErrorStatusResponse

    interface InsightAPIErrorStatusResponse {
        ignored?: boolean;
        message: string;
        statusCode: number;
        type: string;
    }
    Index

    Properties

    ignored?: boolean
    message: string
    statusCode: number
    type: string