Error
Static error handling class, temporary holding every error and errno, to be passed from the underlying POSIX system.
The Kotlin/JS implementation of the Error class never returns any errors. Only simulates to do that.
The Kotlin/JVM receive errors and preform resets by using the JNI interface.
The Kotlin/Native receive errors and perform resets by using c-interop.