polysemy-process-0.13.0.1: Polysemy effects for system processes
Safe HaskellSafe-Inferred
LanguageGHC2021

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.