listenerFailed

abstract fun listenerFailed(session: TerminalSession, exception: Exception)

Called when another listener callback throws.

This callback is also failure-isolated; exceptions thrown from it are ignored.

Parameters

session

session whose listener callback failed.

exception

exception thrown by another listener callback.