uniflow-core / io.uniflow.core.flow.data / UIState / Failed / <init>

<init>

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