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

Ribosome.Data.SettingError

Description

Error for Settings.

Synopsis

Documentation

data SettingError Source #

The errors emitted by the effect Settings.

Constructors

Unset Text

The variable is unset and has no associated default.

Decode Text DecodeError

The variable contains data that is incompatible with the type parameter of the Setting.

UpdateFailed Text RpcError

Something went wrong while attempting to set a variable.

Instances

Instances details
Show SettingError Source # 
Instance details

Defined in Ribosome.Data.SettingError

Eq SettingError Source # 
Instance details

Defined in Ribosome.Data.SettingError

Reportable SettingError Source # 
Instance details

Defined in Ribosome.Data.SettingError