kafka-interchange-0.2.0.0: Serialization for kafka wire protocol
Safe HaskellSafe-Inferred
LanguageHaskell2010

Kafka.Exchange.Error

Documentation

data Error Source #

Constructors

Error 

Fields

  • context :: !Header

    This tells us what kind of request was made and what the correlation ID was.

  • message :: Message

    What kind of failure happened?

Instances

Instances details
Exception Error Source # 
Instance details

Defined in Kafka.Exchange.Error

Show Error Source # 
Instance details

Defined in Kafka.Exchange.Error

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #