Safe Haskell | None |
---|---|
Language | Haskell2010 |
HaskellWorks.Error.Types
Documentation
newtype GenericError Source #
Constructors
GenericError | |
Instances
data JsonDecodeError Source #
Constructors
JsonDecodeError | |
Instances
ToJSON JsonDecodeError Source # | |||||
Defined in HaskellWorks.Error.Types.JsonDecodeError Methods toJSON :: JsonDecodeError -> Value # toEncoding :: JsonDecodeError -> Encoding # toJSONList :: [JsonDecodeError] -> Value # toEncodingList :: [JsonDecodeError] -> Encoding # omitField :: JsonDecodeError -> Bool # | |||||
Generic JsonDecodeError Source # | |||||
Defined in HaskellWorks.Error.Types.JsonDecodeError Associated Types
Methods from :: JsonDecodeError -> Rep JsonDecodeError x # to :: Rep JsonDecodeError x -> JsonDecodeError # | |||||
Show JsonDecodeError Source # | |||||
Defined in HaskellWorks.Error.Types.JsonDecodeError Methods showsPrec :: Int -> JsonDecodeError -> ShowS # show :: JsonDecodeError -> String # showList :: [JsonDecodeError] -> ShowS # | |||||
Eq JsonDecodeError Source # | |||||
Defined in HaskellWorks.Error.Types.JsonDecodeError Methods (==) :: JsonDecodeError -> JsonDecodeError -> Bool # (/=) :: JsonDecodeError -> JsonDecodeError -> Bool # | |||||
type Rep JsonDecodeError Source # | |||||
Defined in HaskellWorks.Error.Types.JsonDecodeError type Rep JsonDecodeError = D1 ('MetaData "JsonDecodeError" "HaskellWorks.Error.Types.JsonDecodeError" "hw-prelude-0.0.5.0-IqZh6C4jgS8J24uwQ1SsEq" 'False) (C1 ('MetaCons "JsonDecodeError" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "bytestring") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ByteString))) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "json") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Value))))) |
newtype YamlDecodeError Source #
Constructors
YamlDecodeError | |
Instances
ToJSON YamlDecodeError Source # | |||||
Defined in HaskellWorks.Error.Types.YamlDecodeError Methods toJSON :: YamlDecodeError -> Value # toEncoding :: YamlDecodeError -> Encoding # toJSONList :: [YamlDecodeError] -> Value # toEncodingList :: [YamlDecodeError] -> Encoding # omitField :: YamlDecodeError -> Bool # | |||||
Generic YamlDecodeError Source # | |||||
Defined in HaskellWorks.Error.Types.YamlDecodeError Associated Types
Methods from :: YamlDecodeError -> Rep YamlDecodeError x # to :: Rep YamlDecodeError x -> YamlDecodeError # | |||||
Show YamlDecodeError Source # | |||||
Defined in HaskellWorks.Error.Types.YamlDecodeError Methods showsPrec :: Int -> YamlDecodeError -> ShowS # show :: YamlDecodeError -> String # showList :: [YamlDecodeError] -> ShowS # | |||||
Eq YamlDecodeError Source # | |||||
Defined in HaskellWorks.Error.Types.YamlDecodeError Methods (==) :: YamlDecodeError -> YamlDecodeError -> Bool # (/=) :: YamlDecodeError -> YamlDecodeError -> Bool # | |||||
type Rep YamlDecodeError Source # | |||||
Defined in HaskellWorks.Error.Types.YamlDecodeError type Rep YamlDecodeError = D1 ('MetaData "YamlDecodeError" "HaskellWorks.Error.Types.YamlDecodeError" "hw-prelude-0.0.5.0-IqZh6C4jgS8J24uwQ1SsEq" 'True) (C1 ('MetaCons "YamlDecodeError" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |