Langium - v4.0.0
    Preparing search index...

    Interface LinkingError

    Used to collect information when the Linker service fails to resolve a cross-reference.

    interface LinkingError {
        info: ReferenceInfo;
        message: string;
        targetDescription?: AstNodeDescription;
    }
    Index

    Properties

    message: string
    targetDescription?: AstNodeDescription