Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias ErrorHandler

    ErrorHandler: (
        this: EEvisionAPI,
        msg: string,
        type: ErrorSeverity,
    ) => void | Promise<void>

    Type of the function that is called to handle uncaught errors.

    Type declaration