File
pedantic()
If this mode is chosen (which is the default), a Lua error will be generated in case of error (which will cause the program to stop).
Lua
It is possible to use quiet() to avoid Lua error generation and set a flag instead.
quiet()