Package-level declarations

Types

Link copied to clipboard
class ConnectionDeadException(message: String? = null, cause: Exception? = null) : NavManagerServiceException

Can be returned in any Result when the connection has died. The client may try to reconnect.

Link copied to clipboard
open class NavManagerServiceException(message: String? = null, cause: Throwable? = null) : Throwable

Can be returned in any Result when some error has occurred.