Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100860930
validation_error.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 3, 09:09
Size
337 B
Mime Type
text/x-c++
Expires
Wed, Feb 5, 09:09 (2 d)
Engine
blob
Format
Raw Data
Handle
24044664
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
validation_error.js
View Options
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class ValidationError extends Error {
constructor(errors) {
super("validation failed");
this.errors = errors;
this.ajv = this.validation = true;
}
}
exports.default = ValidationError;
//# sourceMappingURL=validation_error.js.map
Event Timeline
Log In to Comment