adapter
adapter copied to clipboard
When SAS returns invalid JSON, it's impossible to get a log
Expected behaviour
When sending a request to SAS and in response there is an invalid JSON, the adapter should capture the log, and append this request to the SASjs Requests
list.
Current behaviour
Failing requests are not added anywhere, it's impossible to get the logs of those requests.
Nice to have
Every request should have a generated UUID which is returned when calling the request
method, so it's later possible to link directly to the log.