Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Error for PersistPath
.
Synopsis
- data PersistPathError
- = Undefined
- | Permissions (Path Abs Dir)
Documentation
data PersistPathError Source #
The errors emitted by the effect PersistPath
.
Undefined | Cannot determine the cache directory. |
Permissions (Path Abs Dir) | General permissions error. |
Instances
Show PersistPathError Source # | |
Defined in Ribosome.Data.PersistPathError showsPrec :: Int -> PersistPathError -> ShowS # show :: PersistPathError -> String # showList :: [PersistPathError] -> ShowS # | |
Eq PersistPathError Source # | |
Defined in Ribosome.Data.PersistPathError (==) :: PersistPathError -> PersistPathError -> Bool # (/=) :: PersistPathError -> PersistPathError -> Bool # | |
Reportable PersistPathError Source # | |
Defined in Ribosome.Data.PersistPathError toReport :: PersistPathError -> Report # |