how to handle the exceptions which is coming from nuxeo server with proper message
I have created some plugins which i have deployed on nuxeo local server. I have created another simple spring boot project which will call rest api like String createDocumentUrl="http://localhost:8081/nuxeo/api/v1/document"; return restTemplate.excha...