potoki-hasql-1.3: 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 Requests database. Comes packed with the 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.