How can I print the body of an exception while using a Spring Boot WebClient
I am invoking an API which returns the following output while invoking via a tool like Postman.
Error Code: 409 CONFLICT
Error Payload
How can I print the body of an exception while using a Spring Boot WebClient
I am invoking an API which returns the following output while invoking via a tool like Postman.
Error Code: 409 CONFLICT
Error Payload
Can not deserialize Spring Boot WebClient response to Java POJO
I have an API which responds with the following JSON data