@designliquido/xpath
    Preparing search index...

    Interface StaticError

    interface StaticError {
        severity: StaticErrorSeverity;
        code: string;
        message: string;
        location?: { line?: number; column?: number; offset?: number };
        suggestion?: string;
    }
    Index

    Properties

    code: string
    message: string
    location?: { line?: number; column?: number; offset?: number }
    suggestion?: string