WiRL icon indicating copy to clipboard operation
WiRL copied to clipboard

Fixed creation of error message in EWiRLClientResourceException:

Open TuukkaJaakkola opened this issue 2 years ago • 0 comments

  • 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

TuukkaJaakkola avatar Sep 08 '22 06:09 TuukkaJaakkola