Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data AccountError Source #
Instances
Show AccountError Source # | |
Defined in Conduit.Features.Account.Errors showsPrec :: Int -> AccountError -> ShowS # show :: AccountError -> String # showList :: [AccountError] -> ShowS # | |
Eq AccountError Source # | |
Defined in Conduit.Features.Account.Errors (==) :: AccountError -> AccountError -> Bool # (/=) :: AccountError -> AccountError -> Bool # | |
FeatureError AccountError Source # | |
Defined in Conduit.Features.Account.Errors handleFeatureError :: forall (m :: Type -> Type). MonadIO m => AccountError -> ActionT m () Source # handleDBError :: DBError -> AccountError Source # | |
FeatureErrorMapper AccountError ArticleError Source # | |
Defined in Conduit.Features.Articles.Errors |
handleFeatureError' :: MonadIO m => AccountError -> ActionT m () Source #
handleDBErr' :: DBError -> AccountError Source #