Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Error for Persist
.
Synopsis
- data PersistError
Documentation
data PersistError Source #
The errors emitted by the effect PersistPath
.
Permission Text | Can't access the persistence files. |
Decode Text Text | Data in the persistence file has invalid format. |
Path PersistPathError |
|
Instances
Show PersistError Source # | |
Defined in Ribosome.Data.PersistError showsPrec :: Int -> PersistError -> ShowS # show :: PersistError -> String # showList :: [PersistError] -> ShowS # | |
Eq PersistError Source # | |
Defined in Ribosome.Data.PersistError (==) :: PersistError -> PersistError -> Bool # (/=) :: PersistError -> PersistError -> Bool # | |
Reportable PersistError Source # | |
Defined in Ribosome.Data.PersistError toReport :: PersistError -> Report # |