Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99971009
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, Jan 27, 12:59
Size
521 B
Mime Type
text/x-java
Expires
Wed, Jan 29, 12:59 (2 d)
Engine
blob
Format
Raw Data
Handle
23860060
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
error.d.ts
View Options
import type { KeywordErrorDefinition, KeywordErrorCxt, ErrorObject } from "../../types";
import { Code } from "../../compile/codegen";
export type _JTDTypeError<K extends string, T extends string, S> = ErrorObject<K, {
type: T;
nullable: boolean;
}, S>;
export declare function typeError(t: string): KeywordErrorDefinition;
export declare function typeErrorMessage({ parentSchema }: KeywordErrorCxt, t: string): string;
export declare function typeErrorParams({ parentSchema }: KeywordErrorCxt, t: string): Code;
Event Timeline
Log In to Comment