| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Polysemy.Process.Data.ProcessError
Description
Synopsis
Documentation
data ProcessError Source #
Signal error for Process.
Constructors
| Unknown Text | Something broke. |
| StartFailed SystemProcessScopeError | The process failed to start. |
| Exit ExitCode | The process terminated with exit code. |
Instances
| Show ProcessError Source # | |
Defined in Polysemy.Process.Data.ProcessError Methods showsPrec :: Int -> ProcessError -> ShowS # show :: ProcessError -> String # showList :: [ProcessError] -> ShowS # | |
| Eq ProcessError Source # | |
Defined in Polysemy.Process.Data.ProcessError | |