A turn that died, delivered on the room's 'update' channel.
'update'
Same event name as RoomMessageUpdate rather than 'error': an EventEmitter throws when an 'error' event has no listener, which would take down a host that only subscribed to updates.
'error'
Optional
Error class name, e.g. 'InsufficientBalanceError'
'InsufficientBalanceError'
A turn that died, delivered on the room's
'update'channel.Same event name as RoomMessageUpdate rather than
'error': an EventEmitter throws when an'error'event has no listener, which would take down a host that only subscribed to updates.