Click or drag to resize

ScribuntoLuaErrorCodes Class

This is preliminary documentation and is subject to change.

A list of predefined Scribunto Lua error codes.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.ScribuntoScribuntoLuaErrorCodes

Namespace: WikiClientLibrary.Scribunto
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class ScribuntoLuaErrorCodes

The ScribuntoLuaErrorCodes type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberEvaluationOutOfMemoryThe amount of memory allowed for running scripts has been exceeded.
Public fieldStatic memberEvaluationTimeoutThe time allocated for running scripts has expired.
Public fieldStatic memberNoFunctionScript error: You must specify a function to call.
Public fieldStatic memberNoSuchFunctionScript error: The function '$2' does not exist.
Public fieldStatic memberNoSuchModuleScript error: No such module '$2'.
Public fieldStatic memberNotAFunctionScript error: '$2' is not a function.
Top
Remarks
See this translation table for a list of possible error codes.
See Also