CIA Compliance Manager API Documentation - v1.0.1
    Preparing search index...
    interface ErrorMessageProps {
        className?: string;
        message: string;
        retry?: () => void;
        testId?: string;
        title?: string;
    }
    Index

    Properties

    className?: string

    Optional CSS class name

    message: string

    Error message to display

    retry?: () => void

    Optional retry callback function

    testId?: string

    Optional test ID for automated testing

    title?: string

    Error title

    'Error'