Package io.ktor.utils.io.errors

Types

Link copied to clipboard
expect open class EOFException(message: String) : IOException
actual typealias EOFException = EOFException
actual open class EOFException(message: String) : IOException
Link copied to clipboard
expect open class IOException(message: String, cause: Throwable?) : Exception
actual typealias IOException = IOException
actual open class IOException(message: String, cause: Throwable?)
Link copied to clipboard
sealed class PosixException

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

Functions

Link copied to clipboard
fun TODO_ERROR(): Nothing
fun <R> TODO_ERROR(value: R): Nothing