toggle menu
ktor
2.3.12
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
jsAndWasmShared
jvm
posix
switch theme
search in API
ktor-io
/
io.ktor.utils.io.errors
Package-level
declarations
Types
Types
EOFException
Link copied to clipboard
common
jsAndWasmShared
jvm
posix
expect
open
class
EOFException
(
message
:
String
)
:
IOException
actual
open
class
EOFException
(
message
:
String
)
:
IOException
actual
typealias
EOFException
=
java.io.EOFException
actual
open
class
EOFException
(
message
:
String
)
:
IOException
IOException
Link copied to clipboard
common
jsAndWasmShared
jvm
posix
expect
open
class
IOException
(
message
:
String
,
cause
:
Throwable
?
)
:
Exception
actual
open
class
IOException
(
message
:
String
,
cause
:
Throwable
?
)
:
Exception
actual
typealias
IOException
=
java.io.IOException
actual
open
class
IOException
(
message
:
String
,
cause
:
Throwable
?
)
:
Exception
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.