Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data SystemProcessError Source #
Error for SystemProcess
.
Terminated Text | The process terminated. |
NoPipes | Stdio was requested, but the process was started without pipes. |
Instances
Show SystemProcessError Source # | |
Defined in Polysemy.Process.Data.SystemProcessError showsPrec :: Int -> SystemProcessError -> ShowS # show :: SystemProcessError -> String # showList :: [SystemProcessError] -> ShowS # | |
Eq SystemProcessError Source # | |
Defined in Polysemy.Process.Data.SystemProcessError (==) :: SystemProcessError -> SystemProcessError -> Bool # (/=) :: SystemProcessError -> SystemProcessError -> Bool # |
data SystemProcessScopeError Source #
Error for the scope of SystemProcess
.
StartFailed Text | The process couldn't start. |
Instances
Show SystemProcessScopeError Source # | |
Defined in Polysemy.Process.Data.SystemProcessError showsPrec :: Int -> SystemProcessScopeError -> ShowS # show :: SystemProcessScopeError -> String # showList :: [SystemProcessScopeError] -> ShowS # | |
Eq SystemProcessScopeError Source # | |
Defined in Polysemy.Process.Data.SystemProcessError |