ShellException

sealed class ShellException : Exception

Infrastructure failure — the backend itself couldn't run a process. Distinct from a non-zero exit code returned by the spawned process.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

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