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

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

Type declaration