MalInt
    Preparing search index...

    Interface FailToParseError

    Returned when raw configuration content cannot be parsed.

    interface FailToParseError {
        error: Error;
        message: string;
        type: "failToParse";
    }
    Index

    Properties

    Properties

    error: Error
    message: string
    type: "failToParse"