You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the returnStatusOnly flag enables a 0,1,2 CLI response depending on the job success, warning, error status.
In fact, this should be the default behaviour and a flag is not required. It should be replaced with a console log (this flag is deprecated).
We can replace it with a debug flag. The aim of this is to show additional console logs, including ALL the requests to Viya (request URL & body, response headers & body).
This will significantly help in debugging, and producing test cases for future error scenarios.
The text was updated successfully, but these errors were encountered:
Currently the
returnStatusOnly
flag enables a 0,1,2 CLI response depending on the job success, warning, error status.In fact, this should be the default behaviour and a flag is not required. It should be replaced with a console log (this flag is deprecated).
We can replace it with a debug flag. The aim of this is to show additional console logs, including ALL the requests to Viya (request URL & body, response headers & body).
This will significantly help in debugging, and producing test cases for future error scenarios.
The text was updated successfully, but these errors were encountered: