| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Chiasma.Data.DecodeError
Documentation
data DecodeFailure Source #
Constructors
| ParseFailure Text ParseError | |
| IntParsingFailure Text | |
| BoolParsingFailure Text | |
| TooFewFields | |
| TooManyFields [Text] | |
| TooManyRecords [Text] | |
| TargetMissing |
Instances
| Show DecodeFailure Source # | |
Defined in Chiasma.Data.DecodeError Methods showsPrec :: Int -> DecodeFailure -> ShowS # show :: DecodeFailure -> String # showList :: [DecodeFailure] -> ShowS # | |
| Eq DecodeFailure Source # | |
Defined in Chiasma.Data.DecodeError Methods (==) :: DecodeFailure -> DecodeFailure -> Bool # (/=) :: DecodeFailure -> DecodeFailure -> Bool # | |
data DecodeError Source #
Constructors
| DecodeError | |
Fields
| |
Instances
| Show DecodeError Source # | |
Defined in Chiasma.Data.DecodeError Methods showsPrec :: Int -> DecodeError -> ShowS # show :: DecodeError -> String # showList :: [DecodeError] -> ShowS # | |
| Eq DecodeError Source # | |
Defined in Chiasma.Data.DecodeError | |