ESCalc - v0.0.1-beta.2
    Preparing search index...

    Interface ParseIssue

    interface ParseIssue {
        code: ParseIssueCode;
        detailedMessage: string;
        message: string;
        where: SourceRegion | null;
    }

    Implemented by

    Index

    Properties

    detailedMessage: string
    message: string
    where: SourceRegion | null