Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Conduit.Features.Account.Errors
Documentation
data AccountError Source #
Constructors
UserNotFoundEx | |
CredsTaken [Text] | |
BadLoginCredsEx | |
SomeDBEx DBError |
Instances
Show AccountError Source # | |
Defined in Conduit.Features.Account.Errors Methods showsPrec :: Int -> AccountError -> ShowS # show :: AccountError -> String # showList :: [AccountError] -> ShowS # | |
Eq AccountError Source # | |
Defined in Conduit.Features.Account.Errors | |
FeatureError AccountError Source # | |
Defined in Conduit.Features.Account.Errors Methods 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 Methods |
handleFeatureError' :: MonadIO m => AccountError -> ActionT m () Source #
handleDBErr' :: DBError -> AccountError Source #