Doubter - v5.1.1-next.e4e15ab
    Preparing search index...

    Interface Err

    Carries the result of a failed input parsing.

    interface Err {
        issues: Issue[];
        ok: false;
    }
    Index

    Properties

    Properties

    issues: Issue[]

    The array of issues encountered during parsing.

    ok: false