Searched refs:DdbError (Results 1 – 3 of 3) sorted by relevance
62 createTableAndWait `catch` (\DdbError{} -> putStrLn "Table already exists")94 `catch` (\ (e :: DdbError) -> echo ("Eating exception: " ++ show e))
107 , DdbError (..)730 data DdbError = DdbError { function739 instance C.Exception DdbError934 throwM $ DdbError statusCode errCode (fromMaybe "" $ aeMessage err'')
43 class DdbError(Exception): class47 class AnaddbError(DdbError):93 Error = DdbError