Fixed bug / refined GraphApiErrorResponseErrorHandler
authorKai Moritz <kai@jupl.de>
Thu, 21 Nov 2019 07:48:45 +0000 (08:48 +0100)
committerKai Moritz <kai@jupl.de>
Thu, 21 Nov 2019 07:48:45 +0000 (08:48 +0100)
commit63e833064340517abf8c5a19d13efa96aeb8a563
treefa84e4c23ec980de856d1290be111d44fec8e899
parent43f4a4cefb9d1b7d4837d2a718f424cd0e3af95d
Fixed bug / refined GraphApiErrorResponseErrorHandler

If the response is not a client-error (4xx) or can not be parsed as a
Graph-API error, the handler should behave identical to its parent.
src/main/java/de/juplo/facebook/errors/GraphApiErrorResponseErrorHandler.java
src/test/java/de/juplo/facebook/errors/GraphApiErrorResponseErrorHandlerIntegrationTest.java