diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-04-14 00:03:47 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-04-19 20:42:59 -0700 |
| commit | df3059dd130ce22f2326abeb41149bdf35e0c38d (patch) | |
| tree | 83ce0a27ac4a29f058977e378cc9f321e5995ef7 /docs/ref/api/errors.md | |
| parent | 55925438bc8b8fd243ab995c48c8996ac49a6652 (diff) | |
| download | nng-df3059dd130ce22f2326abeb41149bdf35e0c38d.tar.gz nng-df3059dd130ce22f2326abeb41149bdf35e0c38d.tar.bz2 nng-df3059dd130ce22f2326abeb41149bdf35e0c38d.zip | |
UDP: Add support for connected mode UDP sockets.gdamore/udpconn
Diffstat (limited to 'docs/ref/api/errors.md')
| -rw-r--r-- | docs/ref/api/errors.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/api/errors.md b/docs/ref/api/errors.md index c7a50780..14bdc07c 100644 --- a/docs/ref/api/errors.md +++ b/docs/ref/api/errors.md @@ -75,6 +75,7 @@ future locale-specific strings may be presented instead. | `NNG_EPEERAUTH`<a name="NNG_EPEERAUTH"></a> | 27 | Peer could not be authenticated. | | `NNG_EBADTYPE`<a name="NNG_EBADTYPE"></a> | 30 | Incorrect type. A type-specific function was used for an object of the wrong type. | | `NNG_ECONNSHUT`<a name="NNG_ECONNSHUT"></a> | 31 | Connection shutdown. The connection was shut down and cannot be used. | +| `NNG_ENOTCONN`<a name="NNG_ENOTCONN"></a> | 32 | Object (UDP socket) is not connected. | | `NNG_ESTOPPED`<a name="NNG_ESTOPPED"></a> | 1000 | Operation stopped. The operation was stopped with [`nng_aio_stop`] or [`nng_aio_close`]. | | `NNG_EINTERNAL`<a name="NNG_EINTERNAL"></a> | 1000 | An unidentifier internal error occurred. | | `NNG_ESYSERR`<a name="NNG_ESYSERR"></a> | 0x10000000 - 0x1FFFFFFF | An unidentified system error occurred. These are errors reported by the operating system. | |
