Ktor
Toggle table of contents
3.3.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
posix
Target filter
common
posix
Switch theme
Search in API
Skip to content
Ktor
ktor-io
/
io.ktor.utils.io.errors
Package-level
declarations
Types
Types
EOFException
Link copied to clipboard
typealias
EOFException
=
kotlinx.io.EOFException
IOException
Link copied to clipboard
typealias
IOException
=
kotlinx.io.IOException
Posix
Exception
Link copied to clipboard
posix
sealed
class
PosixException
:
Exception
Represents a POSIX error. Could be thrown when a POSIX function returns error code.