uniflow-core / io.uniflow.core.flow.data / UIEvent / Error

Error

data class Error : UIEvent

Constructors

<init>

Error(message: String? = null)
Error(message: String? = null, error: Throwable? = null, state: UIState? = null)
Error(message: String? = null, error: UIError? = null, state: UIState? = null)

Properties

error

val error: UIError?

message

val message: String?

state

val state: UIState?