ribosome-0.9.9.9: Neovim plugin framework for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.Data.PersistError

Description

Error for Persist.

Synopsis

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

PeristPath threw an error.

Instances

Instances details
Show PersistError Source # 
Instance details

Defined in Ribosome.Data.PersistError

Eq PersistError Source # 
Instance details

Defined in Ribosome.Data.PersistError

Reportable PersistError Source # 
Instance details

Defined in Ribosome.Data.PersistError