Logo ProcessKit API Reference

ProcessError Module

Functions and values

Function or value Description

ProcessError.isNotFound error

Full Usage: ProcessError.isNotFound error

Parameters:
Returns: bool

True when the error is a program-not-found failure.

error : ProcessError
Returns: bool

ProcessError.isTransient error

Full Usage: ProcessError.isTransient error

Parameters:
Returns: bool

True for errors that may succeed on a retry (spawn races, transient I/O). Delegates to the instance `ProcessError.IsTransient` so the two never drift.

error : ProcessError
Returns: bool

Type something to start searching.