From 3db63c95b3b5cc8853fa6a3a19afe34a8ba20dd2 Mon Sep 17 00:00:00 2001 From: gdamore Date: Thu, 9 Oct 2025 00:01:13 +0000 Subject: deploy: d006acfdd44af4210e39f571fa32314bcd36bb40 --- ref/api/errors.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'ref/api/errors.html') diff --git a/ref/api/errors.html b/ref/api/errors.html index 88aff196..ce682ab1 100644 --- a/ref/api/errors.html +++ b/ref/api/errors.html @@ -289,20 +289,20 @@ as in diagnostic messages or log entries.

NNG_EBUSY4Resource busy. NNG_ETIMEDOUT5Timed out. The operation took longer than the allotted time. NNG_ECONNREFUSED6Connection refused. Usually indicates the wrong address or a server is running. -NNG_ECLOSED7Object closed. Typically the socket is closed. +NNG_ECLOSED7Object closed. Typically the socket is closed. NNG_EAGAIN8Try again. Typcally for a non-blocking operation that might succeed later. NNG_ENOTSUP9Not supported. Perhaps the protocol or transport is not supported, or the operation is not not supported with the transport or protocol. -NNG_EADDRINUSE10Address in use. The network address is already used by another process. Most often this is seen for listeners. +NNG_EADDRINUSE10Address in use. The network address is already used by another process. Most often this is seen for listeners. NNG_ESTATE11Incorrect state. The operation cannot be performed in the current state, such as trying to send a response when no request has yet been received. NNG_ENOENT12Entry not found (no such object.) Can also indicate that a file does not exist. NNG_EPROTO13Protocol error. Typically this indicates incorrect messages over a network. NNG_EUNREACHABLE14Destination unreachable. -NNG_EADDRINVAL15Address invalid. Like NNG_EINVAL, but only for network addresses. +NNG_EADDRINVAL15Address invalid. Like NNG_EINVAL, but only for network addresses. NNG_EPERM16Permission denied. NNG_EMSGSIZE17Message too large. NNG_ECONNABORTED18Connection aborted. A connection attempt was aborted locally. NNG_ECONNRESET19Connection reset. The remote peer reset the connection unexpectedly. -NNG_ECANCELED20Operation canceled. Typically as a result of nng_aio_cancel or similar. +NNG_ECANCELED20Operation canceled. Typically as a result of nng_aio_cancel or similar. NNG_ENOFILES21Out of files. Either the destination file system cannot store files, or all available file handles are used. NNG_ENOSPC22Out of space. Destination table or filesystem is full. NNG_EEXIST23Resource already exists. @@ -312,14 +312,19 @@ as in diagnostic messages or log entries.

NNG_EPEERAUTH27Peer could not be authenticated. NNG_EBADTYPE30Incorrect type. A type-specific function was used for an object of the wrong type. NNG_ECONNSHUT31Connection shutdown. The connection was shut down and cannot be used. -NNG_ESTOPPED1000Operation stopped. The operation was stopped with nng_aio_stop or [nng_aio_close]. +NNG_ESTOPPED1000Operation stopped. The operation was stopped with nng_aio_stop or [nng_aio_close]. NNG_EINTERNAL1000An unidentifier internal error occurred. NNG_ESYSERR0x10000000 - 0x1FFFFFFFAn unidentified system error occurred. These are errors reported by the operating system. NNG_ETRANERR0x20000000 - 0x2FFFFFFFAn unidentified transport error occurred. - + + + -- cgit v1.2.3-70-g09d2