Is there any way to get detailed exception while processing HL7 message for LUA script? #115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is there any way to get detailed exception while processing HL7 message for LUA script?
luaGlobal.get("main").call(LuaValue.valueOf(hl7RawMessage)).toString();
Method threw 'org.luaj.vm2.LuaError' exception.
I am using following HL7 Message and LUA script are available in Archive.zip. Please find attachment.
Archive.zip