| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Network.GDAX.Exceptions
Documentation
data MalformedGdaxResponse #
Constructors
| MalformedGdaxResponse Text |
Instances
| Show MalformedGdaxResponse # | |
Defined in Network.GDAX.Exceptions Methods showsPrec :: Int -> MalformedGdaxResponse -> ShowS # show :: MalformedGdaxResponse -> String # showList :: [MalformedGdaxResponse] -> ShowS # | |
| Exception MalformedGdaxResponse # | |
Defined in Network.GDAX.Exceptions | |