API 参考
    正在准备搜索索引...

    接口 WriteConcernErrorData

    interface WriteConcernErrorData {
        code: number;
        errInfo?: Document;
        errmsg: string;
    }
    索引

    属性

    code: number
    errInfo?: Document
    errmsg: string