Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data TestReturnError = TestReturnError {}
Documentation
data TestReturnError Source #
Returns the specified error and ensures that the Error object is used; for testing only. Can be called synchronously. Returns Error
Instances
ToJSON TestReturnError Source # | |
Defined in TD.Query.TestReturnError toJSON :: TestReturnError -> Value # toEncoding :: TestReturnError -> Encoding # toJSONList :: [TestReturnError] -> Value # toEncodingList :: [TestReturnError] -> Encoding # | |
Show TestReturnError Source # | |
Defined in TD.Query.TestReturnError showsPrec :: Int -> TestReturnError -> ShowS # show :: TestReturnError -> String # showList :: [TestReturnError] -> ShowS # | |
Eq TestReturnError Source # | |
Defined in TD.Query.TestReturnError (==) :: TestReturnError -> TestReturnError -> Bool # (/=) :: TestReturnError -> TestReturnError -> Bool # | |
ShortShow TestReturnError Source # | |
Defined in TD.Query.TestReturnError shortShow :: TestReturnError -> String Source # |