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>
Fri, 22 Nov 2019 06:39:44 +0000 (07:39 +0100)
commitb05c51b4f7dc4bfe423a7ea306bf82f34eb0faf9
tree6731480f069abbac2c55a9e65f79ff3e441925c3
parent29d960306f0bea890cc1f02a4d66943d76013708
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