contents index previous next
SE_ERROR
The returned value indicates an error. If this flag is FALSE, the value returned in SE_VALUE is a normal return like the JavaScript statement return 10;. If this flag is TRUE, it is the equivelent of throw 10;.
SE_EXIT