I am trying to build REST based APIs using Erlang & YAWS. My code is in github https://gist.github.com/rgrajan/11204417, getting error
record arg already defined
I am new to Erlang, the entire code is forked from user hiyosi, which is an erl file and compiles successfully. I am trying to convert the same to YAWS. The problem is i didn't get the line number for the error, so it's difficult to debug. Any way to get the line number is also useful.