onFailure

open fun onFailure(sessionId: UUID, failure: F)

Notifies that session was completed with an error.

Parameters

sessionId

ID of the session which had its state updated.

failure

session's failure cause.