MCPcopy Create free account
hub / github.com/json-editor/json-editor / $dataError

Method $dataError

docs/scripts/ajv-validator.js:3133–3135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3131 (append ? errors_1.reportExtraError : errors_1.reportError)(this, this.def.error, errorPaths);
3132 }
3133 $dataError() {
3134 (0, errors_1.reportError)(this, this.def.$dataError || errors_1.keyword$DataError);
3135 }
3136 reset() {
3137 if (this.errsCount === undefined)
3138 throw new Error('add "trackErrors" to keyword definition');

Callers 1

check$dataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected