I just noticed GetLastRunRuntimeError() and GetLastRunCompileError(), but unfortunately GetLastRunRuntimeError() gives only error code, is there any pre defined list of such error codes to easily identify the type of error. Also, once the error occur, now whenever I run my code, it always show me the same error, is there a way to clear this record once the data has been captured from this function.
Regarding GetLastRunCompileError(), this function never returns anything. I am looking to send crash logs to my server whenever roku app crashes. Is there any different approach I should follow?