Click or drag to resize

ScribuntoLuaErrorCodes Fields

This is preliminary documentation and is subject to change.

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
See Also