noproc 和 noconnection 的全称

在代码调式的时候经常遇到 noproc 和 noconnection,有时候会产生误解,今天在看monitor API时看到 完整的解释如下

Either the exit reason of the process, noproc (non-existing process), or noconnection (no connection to Node).

详细可参考:http://www.erlang.org/doc/man/erlang.html#module_loaded-1

 

你可能感兴趣的:(html,erlang)