Skip to content

Type Alias: GvErrorType

ts
type GvErrorType = "syntax" | "semantic" | "render";

Defined in: errors.ts:20

Coarse classification of where an error originated.