Error

class Error(val code: Int, val message: String, cause: Throwable? = null) : Exception

Constructors

Link copied to clipboard
fun Error(code: Int, message: String, cause: Throwable? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun passTo(scope: CoroutineScope?): Boolean

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
open override val message: String