Interface WriteConcernErrorData

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

Properties

Properties

code: number
errInfo?: Document
errmsg: string