StoreTimeoutException

class StoreTimeoutException(timeout: Duration, val cause: Throwable? = null) : RuntimeException

Exception thrown when the operation in the store has timed out. Unlike regular CancellationException, is caught by the pro.respawn.flowmvi.api.StorePlugin.onException handler and the recover plugin.

Constructors

Link copied to clipboard
constructor(timeout: Duration, cause: Throwable? = null)

Properties

Link copied to clipboard
open override val cause: Throwable? = null
Link copied to clipboard
open override val message: String