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

    Interface ErrorMessageProps

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

    Properties

    Properties

    error: null | string
    warning?: null | string