nakadi-client-0.6.1.0: Client library for the Nakadi Event Broker

Copyright(c) Moritz Clasmeier 2017
LicenseBSD3
Maintainermtesseract@silverratio.net
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Network.Nakadi.Types.Problem

Description

This module provides the Nakadi Problem Type.

Synopsis

Documentation

data Problem Source #

Type for RFC7807 Problem objects.

Instances
Eq Problem Source # 
Instance details

Defined in Network.Nakadi.Internal.Types.Problem

Methods

(==) :: Problem -> Problem -> Bool #

(/=) :: Problem -> Problem -> Bool #

Show Problem Source # 
Instance details

Defined in Network.Nakadi.Internal.Types.Problem

Generic Problem Source # 
Instance details

Defined in Network.Nakadi.Internal.Types.Problem

Associated Types

type Rep Problem :: * -> * #

Methods

from :: Problem -> Rep Problem x #

to :: Rep Problem x -> Problem #

ToJSON Problem Source # 
Instance details

Defined in Network.Nakadi.Internal.Types.Problem

FromJSON Problem Source # 
Instance details

Defined in Network.Nakadi.Internal.Types.Problem

type Rep Problem Source # 
Instance details

Defined in Network.Nakadi.Internal.Types.Problem