WiRL
WiRL copied to clipboard
Fixed creation of error message in EWiRLClientResourceException:
- Exception.ClassName always returned "Exception", defaul fixed to be empty string
- FServerException did overwrite LMessage even when reading FServerException from JSON failed, few fixes for this:
- If we want to include FServerException to LMessage we add it, we do not want to lose 'message' of JSON
- We only add FServerException to LMessage if reading of 'exception' from JSON succeeds