Failure

data class Failure(val loading: Boolean = false) : State

Fetching the initial graph failed — renders the app-level failure screen with a retry button.

Constructors

Link copied to clipboard
constructor(loading: Boolean = false)

Properties

Link copied to clipboard

whether a retry is currently in flight (disables the retry button, shows a spinner).