Wang Language - v0.21.5
    Preparing search index...

    Interface ErrorContext

    interface ErrorContext {
        column?: number;
        expected?: string[];
        length?: number;
        line?: number;
        stackTrace?: string[];
        suggestions?: string[];
        token?: string;
        type: "LexError" | "ParseError" | "RuntimeError" | "ModuleError";
        variables?: Record<string, any>;
    }
    Index

    Properties

    column?: number
    expected?: string[]
    length?: number
    line?: number
    stackTrace?: string[]
    suggestions?: string[]
    token?: string
    type: "LexError" | "ParseError" | "RuntimeError" | "ModuleError"
    variables?: Record<string, any>