| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Ribosome.Data.PersistError
Description
Error for Persist.
Synopsis
- data PersistError
Documentation
data PersistError Source #
The errors emitted by the effect PersistPath.
Constructors
| 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 Methods showsPrec :: Int -> PersistError -> ShowS # show :: PersistError -> String # showList :: [PersistError] -> ShowS # | |
| Eq PersistError Source # | |
Defined in Ribosome.Data.PersistError | |
| Reportable PersistError Source # | |
Defined in Ribosome.Data.PersistError Methods toReport :: PersistError -> Report # | |