packages feed

polysemy-http-0.2.0.0: lib/Polysemy/Http/Data/HttpError.hs

module Polysemy.Http.Data.HttpError where

-- |Indicates a critical error caused by an exception in the http-client backend.
data HttpError =
  ChunkFailed Text
  |
  Internal Text
  deriving (Eq, Show)