| ScribuntoLuaErrorCodesEvaluationOutOfMemory Field |
This is preliminary documentation and is subject to change.
The amount of memory allowed for running scripts has been exceeded.
Namespace: WikiClientLibrary.ScribuntoAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public const string EvaluationOutOfMemory = "scribunto-common-oom"
Public Const EvaluationOutOfMemory As String = "scribunto-common-oom"
Dim value As String
value = ScribuntoLuaErrorCodes.EvaluationOutOfMemory
public:
literal String^ EvaluationOutOfMemory = "scribunto-common-oom"
static val mutable EvaluationOutOfMemory: string
Field Value
StringSee Also