 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
String
See Also