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

Class

lib/error/parallelSave.js:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 */
16
17class ParallelSaveError extends MongooseError {
18
19 constructor(doc) {
20 const msg = 'Can\'t save() the same doc multiple times in parallel. Document: ';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected