Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98142071
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
Fri, Jan 10, 06:01
Size
337 B
Mime Type
text/x-c++
Expires
Sun, Jan 12, 06:01 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23515244
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