ChildProcessFailure

Child Process Failure

Thrown when a synchronously launched child process fails with a non-zero exit code.

Constructors

Link copied to clipboard
constructor(exitCode: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Exit code of the child process.

Link copied to clipboard
open val message: String?