uniflow-core / io.uniflow.core.flow.data / UIError

UIError

open class UIError

Constructors

<init>

UIError(message: String? = null)
UIError(message: String? = null, throwable: Throwable? = null)
UIError(message: String? = null, cause: UIError? = null)

Properties

cause

val cause: UIError?

message

val message: String?

origin

var origin: Throwable?

Functions

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Inheritors

DatabaseException

class DatabaseException : UIError

NetworkException

class NetworkException : UIError