summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2020-02-04 09:07:36 +0100
committerGitHub <noreply@github.com>2020-02-04 09:07:36 +0100
commiteafff7d58cd793efaba9e24bb53da219baf9d949 (patch)
tree1a72c3b198b4baf89f2cc7e70b048f14861310ad /system
parentbe99c6c019d106b71f5d874b84ff68f999628abb (diff)
parent986fc617e2f9fc2e2eb174050edd4f3d450d2992 (diff)
downloaderlang-eafff7d58cd793efaba9e24bb53da219baf9d949.tar.gz
Merge pull request #2486 from eproxus/eproxus/document-noconnection
Document noconnection error more prominently
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/errors.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/system/doc/reference_manual/errors.xml b/system/doc/reference_manual/errors.xml
index 16d3e7590e..f692015729 100644
--- a/system/doc/reference_manual/errors.xml
+++ b/system/doc/reference_manual/errors.xml
@@ -237,7 +237,11 @@
</row>
<row>
<cell align="left" valign="middle"><c>noproc</c></cell>
- <cell align="left" valign="middle">Trying to link to a non-existing process.</cell>
+ <cell align="left" valign="middle">Trying to link or monitor to a non-existing process or port.</cell>
+ </row>
+ <row>
+ <cell align="left" valign="middle"><c>noconnection</c></cell>
+ <cell align="left" valign="middle">A link or monitor to a remote process was broken because a connection between the nodes could not be established or was severed.</cell>
</row>
<row>
<cell align="left" valign="middle"><c>{nocatch,V}</c></cell>