What IS a Lua Error?

Lua is the programming language that addons are written in. When there is an error/problem, sometimes you will see that error and some bits of code pop up on the screen. Sometimes people just want to ignore those errors and continue on. That is why you see so many answers about how to get rid of them.

1 Like