Error

expect class Error : AbstractError

Static error handling class, temporary holding every error and errno, to be passed from the underlying POSIX system.

actual class Error : AbstractError

The Kotlin/JS implementation of the Error class never returns any errors. Only simulates to do that.

actual class Error : AbstractError

The Kotlin/JVM receive errors and preform resets by using the JNI interface.

actual class Error : AbstractError

The Kotlin/Native receive errors and perform resets by using c-interop.

Constructors

Link copied to clipboard
fun Error()

Create empty Error

fun Error()

Create empty Error

fun Error()

Create empty Error

Types

Link copied to clipboard
expect object Companion
actual object Companion
actual object Companion
actual object Companion