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

Class

types/error.d.ts:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 constructor(type: string, value: any, path: string, reason?: NativeError, schemaType?: SchemaType);
33 }
34 export class SyncIndexesError extends MongooseError {
35 name: 'SyncIndexesError';
36 errors?: Record<string, mongodb.MongoServerError>;
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected