@qtsurfer/api-client
    Preparing search index...

    Type Alias ResponseError

    General response error

    type ResponseError = {
        code: number;
        message: string;
    }
    Index
    code: number

    Status code

    message: string

    Error description