lightning-haskell-0.1.0.2: Haskell client for lightning-viz REST API

Copyright(c) Connor Moreside, 2016
LicenseBSD-3
Maintainerconnor@moresi.de
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Web.Lightning.Types.Error

Description

 

Synopsis

Documentation

data LightningError Source

Represents the different errors that may be raised in the lightning-viz wrapper.

Constructors

LightningError Object

Represents a JSON error returned by lightning-viz.

FailError Text

Represents a generic exception error.

ValidationError Text

Represents a validation error in a request record.