potoki-hasql-1.6: Integration of "potoki" and "hasql".

Safe HaskellNone
LanguageHaskell2010

Potoki.Hasql.Error

Synopsis

Documentation

data Error Source #

Error, which can be produced during interaction with the database. Comes packed with a detailed description of the problems.

Constructors

ConnectionError Text

Connection error. Can be interpreted as a signal for reconnecting.

InteractionError Text

Some form of an interaction error. Can happen for many reasons related to improper suppositions about the state of the database.