thentos-adhocracy-0.0.1.1: Thentos-binding for the adhocracy participation platform

Safe HaskellNone
LanguageHaskell2010

Thentos.Adhocracy3.Types

Synopsis

Documentation

newtype A3ErrorMessage

An A3-style error message contains a list of errors.

Constructors

A3ErrorMessage 

Fields

a3errors :: [A3Error]
 

data A3Error

Wraps the error details reported by A3.

Constructors

A3Error 

Fields

aeName :: ST
 
aeLocation :: ST
 
aeDescription :: ST
 

Instances