API Documentation
    Preparing search index...

    Interface ParseError

    Parsing resulted in an error.

    interface ParseError {
        message?: string;
    }
    Index

    Properties

    Properties

    message?: string

    Human readable error message. This message may be presented to the user.