CodeError row, column, err
This event is called in case that code we would like to process returns an error.

Parameters
In the parameters row and column, position of the error in the script represented by row and column number is returned.

Example - Director
on CodeError row, column, err
     put row, column, err
end