Lua errors

From wikinotes

lua errors are essentially untyped exceptions.
they can be thrown and caught, and interrupt the execution of a program.

Errors couple an embedded error object, with stack info.
lua itself returns errors with string error objects.
programs may bind any object as the error object.