Logo ProcessKit API Reference

ProcessException Type

Raised by `Result.GetValueOrThrow()` when a run failed, carrying the structured `ProcessError`. The honest-result verbs return `Result<_, ProcessError>` and never raise this — it exists only for the exception-style convenience path, which reads naturally from C# (`string sha = (await cmd.RunAsync()).GetValueOrThrow();`).

Instance members

Instance member Description

this.Error

Full Usage: this.Error

Returns: ProcessError

The structured error that caused this exception.

Returns: ProcessError

Type something to start searching.