RM API and error messages : how to debug ?
I am developing widgets that use the "RM API": I therefore refer to https://jazz.net/wiki/bin/view/Main/RMExtensionsAPI702 to obtain the information necessary to call the different methods that I 'used.
But at times, the behavior of the method is not as expected and may end with a status: OPERATION_FAILED.
With an "OPERATION_FAILED" status, how can we obtain additional information on the causes of the malfunction in order to carry out an effective debugging? Is there any trace that allows us to understand what is happening and effectively correct the code being written?
Thanks for your help.
Regards.