ErrorScreenProps

data class ErrorScreenProps(val errorMessage: String = "Oops! Something went wrong.", val onRetry: () -> Unit = {}) : Props

Constructors

Link copied to clipboard
constructor(errorMessage: String = "Oops! Something went wrong.", onRetry: () -> Unit = {})

Properties

Link copied to clipboard
Link copied to clipboard
val onRetry: () -> Unit