proposit-core
    Preparing search index...

    Interface TCoreValidationIssue

    interface TCoreValidationIssue {
        code: TCoreValidationCode;
        expressionId?: string;
        message: string;
        premiseId?: string;
        severity: TCoreValidationSeverity;
        variableId?: string;
    }
    Index

    Properties

    Machine-readable issue code for callers/tests/UI logic.

    expressionId?: string

    Expression associated with the issue, when applicable.

    message: string

    Human-readable explanation of the issue.

    premiseId?: string

    Premise associated with the issue, when applicable.

    Severity level; error blocks evaluation/validity checks.

    variableId?: string

    Variable associated with the issue, when applicable.