Appearance
type GvErrorType = "syntax" | "semantic" | "render";
Defined in: errors.ts:20
Coarse classification of where an error originated.