ally-invest-0.1.0.0: src/AllyInvest/Error.hs
module AllyInvest.Error ( AllyInvestError(..) , Pending ) where import Network.HTTP.Client data AllyInvestError = NetworkError HttpException | DecodeFailed String deriving Show type Pending = String
module AllyInvest.Error ( AllyInvestError(..) , Pending ) where import Network.HTTP.Client data AllyInvestError = NetworkError HttpException | DecodeFailed String deriving Show type Pending = String