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

    Properties

    title?: string

    Error title

    'Error'
    
    message: string

    Error message to display

    retry?: () => void

    Optional retry callback function

    testId?: string

    Optional test ID for automated testing

    className?: string

    Optional CSS class name