| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.TestReturnError
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
Constructors
| TestReturnError | |
Instances
| ToJSON TestReturnError Source # | |
Defined in TD.Query.TestReturnError Methods toJSON :: TestReturnError -> Value # toEncoding :: TestReturnError -> Encoding # toJSONList :: [TestReturnError] -> Value # toEncodingList :: [TestReturnError] -> Encoding # | |
| Show TestReturnError Source # | |
Defined in TD.Query.TestReturnError Methods showsPrec :: Int -> TestReturnError -> ShowS # show :: TestReturnError -> String # showList :: [TestReturnError] -> ShowS # | |
| Eq TestReturnError Source # | |
Defined in TD.Query.TestReturnError Methods (==) :: TestReturnError -> TestReturnError -> Bool # (/=) :: TestReturnError -> TestReturnError -> Bool # | |
| ShortShow TestReturnError Source # | |
Defined in TD.Query.TestReturnError Methods shortShow :: TestReturnError -> String Source # | |