| Safe Haskell | None |
|---|
Network.Api.Postmark.Response
Documentation
data PostmarkResponse e a Source
Constructors
| PostmarkSuccess a | |
| PostmarkUnauthorized | |
| PostmarkFailure e | |
| PostmarkUnexpected PostmarkUnexpectedType Int (Maybe Text) (Maybe Text) |
Instances
| (Eq e, Eq a) => Eq (PostmarkResponse e a) | |
| (Show e, Show a) => Show (PostmarkResponse e a) |
type PostmarkResponse' a = PostmarkResponse PostmarkError aSource
syntaxErr :: Int -> ByteString -> Text -> PostmarkResponse e aSource
formatErr :: Int -> ByteString -> Text -> PostmarkResponse e aSource