Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data ArticleError Source #
ResourceNotFoundEx | |
UserUnauthorizedEx | |
IllegalArticleDelEx | |
IllegalCommentDelEx | |
UniquenessEx Text | |
InvalidSlugEx | |
SomeDBEx DBError |
Instances
Read ArticleError Source # | |
Defined in Conduit.Features.Articles.Errors readsPrec :: Int -> ReadS ArticleError # readList :: ReadS [ArticleError] # | |
Show ArticleError Source # | |
Defined in Conduit.Features.Articles.Errors showsPrec :: Int -> ArticleError -> ShowS # show :: ArticleError -> String # showList :: [ArticleError] -> ShowS # | |
Eq ArticleError Source # | |
Defined in Conduit.Features.Articles.Errors (==) :: ArticleError -> ArticleError -> Bool # (/=) :: ArticleError -> ArticleError -> Bool # | |
FeatureError ArticleError Source # | |
Defined in Conduit.Features.Articles.Errors handleFeatureError :: forall (m :: Type -> Type). MonadIO m => ArticleError -> ActionT m () Source # handleDBError :: DBError -> ArticleError Source # | |
FeatureErrorMapper AccountError ArticleError Source # | |
Defined in Conduit.Features.Articles.Errors |
handleFeatureError' :: MonadIO m => ArticleError -> ActionT m () Source #
handleDBErr' :: DBError -> ArticleError Source #