Altair Engineering Inc.
Preparing search index...
The search index is not available
Altair EEvision 2025 APIs
Altair EEvision 2025 APIs
eevision/api
ErrorHandler
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
(
this
:
EEvisionAPI
,
msg
:
string
,
type
:
ErrorSeverity
)
:
void
|
Promise
<
void
>
Parameters
this
:
EEvisionAPI
msg
:
string
the error message.
type
:
ErrorSeverity
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Altair Engineering Inc.
Altair EEvision 2025 APIs
Loading...
Type of the function that is called to handle uncaught errors.