Is there any way to get detailed exception while processing HL7 message for LUA script? #115

Closed
opened 2023-06-23 15:16:01 +00:00 by vikash1989kumar12 · 0 comments
vikash1989kumar12 commented 2023-06-23 15:16:01 +00:00 (Migrated from github.com)

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.

image

I am using following HL7 Message and LUA script are available in Archive.zip. Please find attachment.

Archive.zip

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. ![image](https://github.com/luaj/luaj/assets/137519838/82c440fe-1d10-448e-a3db-a513bcb07fb6) I am using following HL7 Message and LUA script are available in Archive.zip. Please find attachment. [Archive.zip](https://github.com/luaj/luaj/files/11849767/Archive.zip)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-autonomous-connection/luaj#115