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

Class

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

Source from the content-addressed store, hash-verified

86 }
87
88 export class ValidationError extends MongooseError {
89 name: 'ValidationError';
90
91 errors: { [path: string]: ValidatorError | CastError };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected