Meilisearch JS
    Preparing search index...

    Type Alias MeiliSearchErrorResponse

    type MeiliSearchErrorResponse = {
        code: string;
        link: string;
        message: string;
        type: string;
    }
    Index

    Properties

    Properties

    code: string
    link: string
    message: string
    type: string