import { type ModuleErrorsDiagnostic } from "https://deno.land/x/ogone@revb3/src/classes/ModuleErrors.ts";
a class to display the errors inside the module
Properties
optional
messageChain: { messageText: string; category: number; code: number; next: Pick<ModuleErrorsDiagnostic, "messageText" | "category" | "code">[]; }