Readonly
A handler for errors thrown from message handlers.
Note that if the error handler returns a promise, it is not awaited.
(e) => console.error(e) Copy
(e) => console.error(e)
A handler for errors thrown from message handlers.
Note that if the error handler returns a promise, it is not awaited.