@coveo/headless
    Preparing search index...

    Interface ErrorPayload

    interface ErrorPayload {
        message: string;
        stack?: string;
        statusCode: number;
        type: string;
    }
    Index

    Properties

    message: string

    The error message.

    stack?: string

    The error stack.

    statusCode: number

    The HTTP status code.

    type: string

    The error type.