ktor
Toggle table of contents
3.1.0
Select version
3.1.0
3.0.3
3.0.2
3.0.0
2.3.12
2.2.4
2.0.3
1.6.8
common
posix
Platform filter
common
posix
Switch theme
Search in API
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.