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