Datalayer Desktop - v0.0.3
    Preparing search index...

    Interface ErrorMessageProps

    interface ErrorMessageProps {
        error?: string;
        warning?: string;
    }
    Index
    error?: string

    Error message to display (red variant)

    warning?: string

    Warning message to display (yellow variant)