Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I call a webservice with a tRestClient component. When I have an error, I'd like to get the json structure of the error.
But the 'error' response is an errorCode, and errorMessage, and they are 'string'.
How to cast errorMessage to Document to have a tree on it?
Thanks,