Polysemy.Http.Data.HttpError
Description
data HttpError Source #
Indicates a critical error caused by an exception in the http-client backend.
Constructors
Defined in Polysemy.Http.Data.HttpError
Methods
(==) :: HttpError -> HttpError -> Bool #
(/=) :: HttpError -> HttpError -> Bool #
showsPrec :: Int -> HttpError -> ShowS #
show :: HttpError -> String #
showList :: [HttpError] -> ShowS #