Package io.ktor.utils.io.errors

Types

Link copied to clipboard
expect open class EOFException(message: String) : IOException
actual 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 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.