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

Kafka.ErrorCode

Contents

Synopsis

Type

newtype ErrorCode Source #

An ErrorCode. This is given its own type because it improves a lot of derived Show instances and because it makes several type signatures more clear.

Constructors

ErrorCode Int16 

Instances

Instances details
Show ErrorCode Source # 
Instance details

Defined in Kafka.ErrorCode

Eq ErrorCode Source # 
Instance details

Defined in Kafka.ErrorCode

Patterns

pattern None :: ErrorCode Source #