diff options
| author | gdamore <gdamore@users.noreply.github.com> | 2025-10-09 01:32:01 +0000 |
|---|---|---|
| committer | gdamore <gdamore@users.noreply.github.com> | 2025-10-09 01:32:01 +0000 |
| commit | 426ace3a013e7bc779686689d41f011178a26cc6 (patch) | |
| tree | ac03484678fe9f75023fc45bc55f1c865da86a91 /ref/api/errors.html | |
| parent | edd3b6bc34f211bd3d58642d0c69ce1b5bb9dc3b (diff) | |
| download | nng-426ace3a013e7bc779686689d41f011178a26cc6.tar.gz nng-426ace3a013e7bc779686689d41f011178a26cc6.tar.bz2 nng-426ace3a013e7bc779686689d41f011178a26cc6.zip | |
deploy: 86b4524b10b6e9eace01374ce138f8db81c6f3b9
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 8d3c52c5..866ab01e 100644 --- a/ref/api/errors.html +++ b/ref/api/errors.html @@ -312,7 +312,7 @@ as in diagnostic messages or log entries.</p> <tr><td><code>NNG_EPEERAUTH</code><a name="NNG_EPEERAUTH"></a></td><td>27</td><td>Peer could not be authenticated.</td></tr> <tr><td><code>NNG_EBADTYPE</code><a name="NNG_EBADTYPE"></a></td><td>30</td><td>Incorrect type. A type-specific function was used for an object of the wrong type.</td></tr> <tr><td><code>NNG_ECONNSHUT</code><a name="NNG_ECONNSHUT"></a></td><td>31</td><td>Connection shutdown. The connection was shut down and cannot be used.</td></tr> -<tr><td><code>NNG_ESTOPPED</code><a name="NNG_ESTOPPED"></a></td><td>1000</td><td>Operation stopped. The operation was stopped with <a href="../api/aio.html#cancellation"><code>nng_aio_stop</code></a> or [<code>nng_aio_close</code>].</td></tr> +<tr><td><code>NNG_ESTOPPED</code><a name="NNG_ESTOPPED"></a></td><td>1000</td><td>Operation stopped. The operation was stopped with <a href="../api/aio.html#cancellation"><code>nng_aio_stop</code></a>.</td></tr> <tr><td><code>NNG_EINTERNAL</code><a name="NNG_EINTERNAL"></a></td><td>1000</td><td>An unidentifier internal error occurred.</td></tr> <tr><td><code>NNG_ESYSERR</code><a name="NNG_ESYSERR"></a></td><td>0x10000000 - 0x1FFFFFFF</td><td>An unidentified system error occurred. These are errors reported by the operating system.</td></tr> <tr><td><code>NNG_ETRANERR</code><a name="NNG_ETRANERR"></a></td><td>0x20000000 - 0x2FFFFFFF</td><td>An unidentified transport error occurred.</td></tr> |
