Basic error signaling in REST API are usually driven by HTTP status codes (eventually also using the HTTP reason field, even if its purpose is tied to CORS implementation). This is generally handled causing an exception in http client libraries (like MARS Client Library, Indy, REST Client library and others). However, it is not uncommon […]| Andrea's Blog
I’ve just pushed a few commits to MARS (https://github.com/andrea-magni/MARS) repository and there is a new feature in the library now.| Andrea's Blog