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

    Interface ErrorMessageProps

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

    Properties

    Properties

    error: string | null
    warning?: string | null