Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Error for Settings
.
Synopsis
- data SettingError
Documentation
data SettingError Source #
The errors emitted by the effect Settings
.
Unset Text | The variable is unset and has no associated default. |
Decode Text Text | 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 showsPrec :: Int -> SettingError -> ShowS # show :: SettingError -> String # showList :: [SettingError] -> ShowS # | |
Eq SettingError Source # | |
Defined in Ribosome.Data.SettingError (==) :: SettingError -> SettingError -> Bool # (/=) :: SettingError -> SettingError -> Bool # | |
Reportable SettingError Source # | |
Defined in Ribosome.Data.SettingError toReport :: SettingError -> Report # |