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

Class

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

Source from the content-addressed store, hash-verified

134 }
135
136 export class MongooseBulkSaveIncompleteError extends MongooseError {
137 name: 'MongooseBulkSaveIncompleteError';
138 modelName: string;
139 bulkWriteResult: mongodb.BulkWriteResult;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected