Package io.ktor.utils.io.errors
Types
Link copied to clipboard
Link copied to clipboard
expect open class IOException(message: String, cause: Throwable?) : Exception
Content copied to clipboard
Link copied to clipboard
Represents a POSIX error. Could be thrown when a POSIX function returns error code.