| Copyright | (c) Connor Moreside 2016 |
|---|---|
| License | BSD-3 |
| Maintainer | connor@moresi.de |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Web.Lightning.Types.Error
Description
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. |