| Copyright | (c) Moritz Clasmeier 2017 |
|---|---|
| License | BSD3 |
| Maintainer | mtesseract@silverratio.net |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Nakadi.Types.Exceptions
Description
This module provides the Nakadi Exception Types.
Documentation
data NakadiException Source #
Constructors
Instances
| Show NakadiException Source # | |
Defined in Network.Nakadi.Internal.Types.Exceptions Methods showsPrec :: Int -> NakadiException -> ShowS # show :: NakadiException -> String # showList :: [NakadiException] -> ShowS # | |
| Exception NakadiException Source # | |
Defined in Network.Nakadi.Internal.Types.Exceptions Methods toException :: NakadiException -> SomeException # | |