2.5.0 (2023-02-20)
🏭 New feature(s)
Setting the error type as json manually using .errorType("json")
should now not be necessary if the server responds with a Content-Type
header set as application/json
.
The response body will be deserialized and the error.json
will be set accordingly.