mcbe-leveldb-reader
    Preparing search index...

    Interface IErrorable

    interface IErrorable {
        errorMessages?: IErrorMessage[];
        isInErrorState?: boolean;
    }

    Implemented by

    Index
    errorMessages?: IErrorMessage[]
    isInErrorState?: boolean