Scribunto | 
This is preliminary documentation and is subject to change.
The ScribuntoLuaErrorCodes type exposes the following members.
| Name | Description | |
|---|---|---|
| EvaluationOutOfMemory | The amount of memory allowed for running scripts has been exceeded. | |
| EvaluationTimeout | The time allocated for running scripts has expired. | |
| NoFunction | Script error: You must specify a function to call. | |
| NoSuchFunction | Script error: The function '$2' does not exist. | |
| NoSuchModule | Script error: No such module '$2'. | |
| NotAFunction | Script error: '$2' is not a function. |