[erlang-questions] Understanding error messages

T Ty tty.erlang@REDACTED
Sun Jan 6 00:27:33 CET 2019


Just look at the first line and the last line. One gives you the exact file
and line that is causing the error, the other the reason for the error aka
function clause, pattern match etc.

If non of the file names on these two lines look recognizable its likely
you triggered something in your gen_server.

A very rough guide. :)

On Fri, Jan 4, 2019 at 2:22 PM PAILLEAU Eric <eric.pailleau@REDACTED>
wrote:

> https://learnyousomeerlang.com/errors-and-exceptions#run-time-errors
>
> cheers
>
> Le 04/01/2019 à 13:59, Donald Steven a écrit :
> > Is there a good explanation -- suitable for beginners -- of the run time
> > error messages?  Undoubtedly they provide a wealth of useful
> > information, but they seem so cryptic for newbies.
> >
> >
> > Thanks.
> >
> >
> > Don
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://erlang.org/mailman/listinfo/erlang-questions
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190105/2c08d410/attachment.htm>


More information about the erlang-questions mailing list