Instead of calling all three of these 'errors'<br>what is this correct terminology?<br>Best I can come up with is<br>syntax error, error message, and exit error.<br><br>Are there others?<br><br>A. syntax error<br>  ** 3:  syntax error before " . " **
<br> <br>B. error message (not really an error like the other two, actually a result)<br>  {error,{type_mismatch,"testfile.dets"}}<br><br>C. exit error <br> =ERROR REPORT==== 5-Sep-2007::10:16:32 ===<br>Error in process <
0.58.0> with exit value: {undef,[{det,open_file,['woofbag.dets<br>',[]]},{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}<br><br>** exited: {undef,[{det,open_file,['woofbag.dets',[]]},<br>                   {erl_eval,do_apply,5},
<br>                   {shell,exprs,6},<br>                   {shell,eval_loop,3}]} **<br><br><br>