List of error replies

Hi,

I am writing a wrapper for java at the moment and I was wondering if there is a list of all error responses you can get to map them to a code. (Like the imacros Error codes page…)

This would be very helpful.

Best wishes

Anselm

Thanks for using UI Vision as iMacros alternative :slight_smile:

For the list, do you mean the error codes return by the command line? (= Scripting Interface in iMacros language)

Hi

I am on it, I try to write a wrapper to integrate instead of imacros.
The error return codes from Imacros Scripting interface are very useful to react to the webpage. I am aware that there are no codes returned by the command line, so I try to read the logfiles instead.

I found that there are quite a few errors that are returned like “failed to find the tab with locator”.

Now I was wondering if there is a list with all of them, so I can map them to a number in my wrapper.

Thank you for your help.