Zvec Node.js API Reference
    Preparing search index...

    Interface ZVecStatus

    Status of an operation.

    interface ZVecStatus {
        ok: boolean;
        code: string;
        message: string;
    }
    Index

    Properties

    Properties

    ok: boolean

    Indicates whether the operation was successful.

    code: string

    A string code identifying the type of status or error.

    message: string

    A human-readable message providing details about error if any.