MARS client library: Accessing error response
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 […]