[bisq-network/bisq-markets] Handle error response (#21)

wiz notifications at github.com
Sun Nov 24 07:13:02 UTC 2019


wiz commented on this pull request.



> @@ -181,6 +181,9 @@ else if ( // {{{
             res.sendError(503);
             return;
         }
+        if (responseData instanceof GraphQLQuery.ErrorResponse) {
+            // WIZ PLEASE ADD CORRECT RESPONSE CODE

```suggestion
            res.sendError(400);
            return;
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-markets/pull/21#pullrequestreview-321944693
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191123/db3eaee3/attachment-0001.html>


More information about the bisq-github mailing list