Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100900956
ref_error.d.ts
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, 18:38
Size
252 B
Mime Type
text/x-java
Expires
Wed, Feb 5, 18:38 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24053193
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
ref_error.d.ts
View Options
import type { UriResolver } from "../types";
export default class MissingRefError extends Error {
readonly missingRef: string;
readonly missingSchema: string;
constructor(resolver: UriResolver, baseId: string, ref: string, msg?: string);
}
Event Timeline
Log In to Comment