ksubprocess
Toggle table of contents
0.9.0
posix
windows
Platform filter
posix
windows
Switch theme
Search in API
ksubprocess
ksubprocess
/
ksubprocess.io
Package-level
declarations
Types
Types
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.
Windows
Exception
Link copied to clipboard
windows
class
WindowsException
(
val
errorCode
:
DWORD
,
message
:
String
)
:
Exception