| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
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 |
| UpdateFailed Text RpcError | Something went wrong while attempting to set a variable. |
Instances
| Show SettingError Source # | |
Defined in Ribosome.Data.SettingError Methods showsPrec :: Int -> SettingError -> ShowS # show :: SettingError -> String # showList :: [SettingError] -> ShowS # | |
| Eq SettingError Source # | |
Defined in Ribosome.Data.SettingError | |
| Reportable SettingError Source # | |
Defined in Ribosome.Data.SettingError Methods toReport :: SettingError -> Report # | |