| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.CLI.Byron.Run
Synopsis
- data ByronClientCmdError
- renderByronClientCmdError :: ByronClientCmdError -> Doc ann
- runByronClientCommand :: ByronCommand -> CIO e ()
Documentation
data ByronClientCmdError Source #
Data type that encompasses all the possible errors of the Byron client.
Instances
| Show ByronClientCmdError Source # | |
Defined in Cardano.CLI.Byron.Run | |
| Error ByronClientCmdError Source # | |
Defined in Cardano.CLI.Byron.Run Methods prettyError :: ByronClientCmdError -> Doc ann Source # | |
renderByronClientCmdError :: ByronClientCmdError -> Doc ann Source #
runByronClientCommand :: ByronCommand -> CIO e () Source #