MCPcopy Create free account
hub / github.com/Automattic/mongoose /

Class

lib/error/bulkWriteError.js:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 */
17
18class MongooseBulkWriteError extends MongooseError {
19 constructor(validationErrors, results, rawResult, operation) {
20 let preview = validationErrors.map(e => e.message).join(', ');
21 if (preview.length > 200) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected