diff options
| author | gdamore <gdamore@users.noreply.github.com> | 2025-10-18 00:13:35 +0000 |
|---|---|---|
| committer | gdamore <gdamore@users.noreply.github.com> | 2025-10-18 00:13:35 +0000 |
| commit | 294a01aa69296a7402b0dbafc38b88040f9c5450 (patch) | |
| tree | 5f7d354a0e689a35c5612c3fc663e6f8537058ef /ref/api/errors.html | |
| parent | 397662cce4a8d22943aee6d1e886456af7d47c1d (diff) | |
| download | nng-294a01aa69296a7402b0dbafc38b88040f9c5450.tar.gz nng-294a01aa69296a7402b0dbafc38b88040f9c5450.tar.bz2 nng-294a01aa69296a7402b0dbafc38b88040f9c5450.zip | |
deploy: 31a9a4a216da05c512c50ae7cb259ca500f0c8c8
Diffstat (limited to 'ref/api/errors.html')
| -rw-r--r-- | ref/api/errors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/api/errors.html b/ref/api/errors.html index 866ab01e..798e3ee9 100644 --- a/ref/api/errors.html +++ b/ref/api/errors.html @@ -289,7 +289,7 @@ as in diagnostic messages or log entries.</p> <tr><td><code>NNG_EBUSY</code><a name="NNG_EBUSY"></a></td><td>4</td><td>Resource busy.</td></tr> <tr><td><code>NNG_ETIMEDOUT</code><a name="NNG_ETIMEDOUT"></a></td><td>5</td><td>Timed out. The operation took longer than the allotted time.</td></tr> <tr><td><code>NNG_ECONNREFUSED</code><a name="NNG_ECONNREFUSED"></a></td><td>6</td><td>Connection refused. Usually indicates the wrong address or a server is running.</td></tr> -<tr><td><code>NNG_ECLOSED</code><a name="NNG_ECLOSED"></a></td><td>7</td><td>Object closed. Typically the <a href="../TODO.html">socket</a> is closed.</td></tr> +<tr><td><code>NNG_ECLOSED</code><a name="NNG_ECLOSED"></a></td><td>7</td><td>Object closed. Typically the <a href="../api/sock.html">socket</a> is closed.</td></tr> <tr><td><code>NNG_EAGAIN</code><a name="NNG_EAGAIN"></a></td><td>8</td><td>Try again. Typcally for a non-blocking operation that might succeed later.</td></tr> <tr><td><code>NNG_ENOTSUP</code><a name="NNG_ENOTSUP"></a></td><td>9</td><td>Not supported. Perhaps the protocol or transport is not supported, or the operation is not not supported with the transport or protocol.</td></tr> <tr><td><code>NNG_EADDRINUSE</code><a name="NNG_EADDRINUSE"></a></td><td>10</td><td>Address in use. The network address is already used by another process. Most often this is seen for <a href="../TODO.html">listeners</a>.</td></tr> |
