@thepalaceproject/circulation-admin
    Preparing search index...

    Interface ErrorMessageProps

    interface ErrorMessageProps {
        error: FetchErrorData;
        tryAgain?: () => any;
    }
    Index

    Properties

    Properties

    error: FetchErrorData
    tryAgain?: () => any