Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.CLI.Shelley.Run.Query
Documentation
data ShelleyQueryCmdError Source #
Instances
Show ShelleyQueryCmdError Source # | |
Defined in Cardano.CLI.Shelley.Run.Query Methods showsPrec :: Int -> ShelleyQueryCmdError -> ShowS # show :: ShelleyQueryCmdError -> String # showList :: [ShelleyQueryCmdError] -> ShowS # |
runQueryCmd :: QueryCmd -> ExceptT ShelleyQueryCmdError IO () Source #