SystemaResult

class SystemaResult<out T>(value: Any)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

error
Link copied to clipboard
common
fun error(): Exception
value
Link copied to clipboard
common
fun value(): T

Properties

isError
Link copied to clipboard
common
val isError: Boolean
isSuccessful
Link copied to clipboard
common
val isSuccessful: Boolean