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

Method toString

lib/error/validation.js:41–43  ·  view source on GitHub ↗

* Console.log helper

()

Source from the content-addressed store, hash-verified

39 * Console.log helper
40 */
41 toString() {
42 return this.name + ': ' + combinePathErrors(this);
43 }
44
45 /**
46 * inspect helper

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected