Skip to main content
Version: 3.14.x.x LTS

LUAF

The next table lists all error codes related to the LuaFilter.

MajorMinorMessageDetails
LUAF0001Unprotected error in call to Lua API.Check the logs for more details.
0002Failed to prepare the Lua script.Check the logs for more details.
0003Failed to execute the Lua script.Check the logs for more details.
0004Failed to clean up Lua response header wrapper. Finalizing the headers thew an exception.Contact support.
0005Removing the header is not possible, they are already finalized.
0006Failed to call setBody method.You can only call the setBody method of the request object within the method defined as Script.InputHeaderFunctionName.
0007Could not skip bytes from inputstream.Contact support.
0008Exception during cleanup in LuaOutputStream.Check the logs for more details or contact support.
0009Failed to call setBody method.The method setBody can only be used in InputHeaderFunction defined Lua function.