Home
last modified time | relevance | path

Searched refs:DdbError (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Examples/
H A DDynamoDb.hs62 createTableAndWait `catch` (\DdbError{} -> putStrLn "Table already exists")
94 `catch` (\ (e :: DdbError) -> echo ("Eating exception: " ++ show e))
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Aws/DynamoDb/
H A DCore.hs107 , DdbError (..)
730 data DdbError = DdbError { function
739 instance C.Exception DdbError
934 throwM $ DdbError statusCode errCode (fromMaybe "" $ aeMessage err'')
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Dddb.py43 class DdbError(Exception): class
47 class AnaddbError(DdbError):
93 Error = DdbError