Thanks to visit codestin.com
Credit goes to mongodb.github.io

Interface ClientBulkWriteError

interface ClientBulkWriteError {
    code: number;
    message: string;
}

Properties

Properties

code: number
message: string