Skip to content

Instantly share code, notes, and snippets.

@codedmart
Created May 5, 2015 15:53
Show Gist options
  • Select an option

  • Save codedmart/e2f6121dd718040e6c19 to your computer and use it in GitHub Desktop.

Select an option

Save codedmart/e2f6121dd718040e6c19 to your computer and use it in GitHub Desktop.
Failures:
1) client returns errors appropriately reports FailureResponse
uncaught exception: IOException of type UserError (user error (Pattern match failure in do expression at test/Servant/ClientSpec.hs:274:7-14))
2) client returns errors appropriately reports DecodeFailure
uncaught exception: IOException of type UserError (user error (Pattern match failure in do expression at test/Servant/ClientSpec.hs:280:7-14))
3) client returns errors appropriately reports ConnectionError
uncaught exception: IOException of type UserError (user error (Pattern match failure in do expression at test/Servant/ClientSpec.hs:287:7-14))
4) client returns errors appropriately reports UnsupportedContentType
uncaught exception: IOException of type UserError (user error (Pattern match failure in do expression at test/Servant/ClientSpec.hs:293:7-14))
5) client returns errors appropriately reports InvalidContentTypeHeader
uncaught exception: IOException of type UserError (user error (Pattern match failure in do expression at test/Servant/ClientSpec.hs:299:7-14))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment