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