| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
LndClient.Data.Type
Documentation
Constructors
| ToGrpcError Text | |
| FromGrpcError Text | |
| LndGrpcError ClientError | |
| GrpcUnexpectedResult Text | |
| GrpcEmptyResult | |
| LndError Text | |
| LndEnvError Text | |
| TChanTimeout Text |
Instances
| Eq LndError Source # | |
| Show LndError Source # | |
| Exception LndError Source # | |
Defined in LndClient.Data.Type Methods toException :: LndError -> SomeException # fromException :: SomeException -> Maybe LndError # displayException :: LndError -> String # | |
newtype LoggingStrategy Source #