GeoLeaf Core API - v3.0.0
    Preparing search index...

    Entry pushed into healthStatus.errors on any manager failure.

    interface IHealthError {
        message?: string;
        timestamp?: string;
        stack?: string;
        manager?: string;
        error?: string;
    }
    Index

    Properties

    message?: string
    timestamp?: string
    stack?: string
    manager?: string

    Set when the error originates from a manager load failure.

    error?: string