Package-level declarations

Types

Link copied to clipboard
sealed class PosixException : Exception

Represents a POSIX error. Could be thrown when a POSIX function returns error code.

Link copied to clipboard
class WindowsException(val errorCode: DWORD, message: String) : Exception