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

Class

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

Source from the content-addressed store, hash-verified

16 */
17
18class SyncIndexesError extends MongooseError {
19 constructor(message, errorsMap) {
20 super(message);
21 this.errors = errorsMap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected