polysemy-process-0.12.1.0: Polysemy effects for system processes
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Process.Data.SystemProcessError

Description

 
Synopsis

Documentation

data SystemProcessError Source #

Error for SystemProcess.

Constructors

Terminated Text

The process terminated.

NoPipes

Stdio was requested, but the process was started without pipes.