Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun <Value> failure(message: String): CSResult<Value>
fun <Value> failure(code: Int, message: String? = null): CSResult<Value>
fun <Value> failure(throwable: Throwable? = null, message: String? = null, code: Int? = null): CSResult<Value>
Link copied to clipboard
fun <Value> success(value: Value): CSResult<Value>