aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/errors.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/api/errors.md')
-rw-r--r--docs/ref/api/errors.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/api/errors.md b/docs/ref/api/errors.md
index 6954b658..2a4ccc93 100644
--- a/docs/ref/api/errors.md
+++ b/docs/ref/api/errors.md
@@ -65,8 +65,6 @@ future locale-specific strings may be presented instead.
| `NNG_EWRITEONLY`<a name="NNG_EWRITEONLY"></a> | 25 | Write only resource. A read operation failed because the object only supports writes. |
| `NNG_ECRYPTO`<a name="NNG_ECRYPTO"></a> | 26 | Cryptographic error. Usually indicates an invalid key was used for TLS. |
| `NNG_EPEERAUTH`<a name="NNG_EPEERAUTH"></a> | 27 | Peer could not be authenticated. |
-| `NNG_ENOARG`<a name="NNG_ENOARG"></a> | 28 | Option requires argument. A command-line option was supplied without an argument. Only used with [`nng_opts_parse`]. |
-| `NNG_EAMBIGUOUS`<a name="NNG_EAMBIGUOUS"></a> | 29 | Ambiguous option. The command line option could not be unambiguously resolved. Only used with [`nng_opts_parse`]. |
| `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_ESTOPPED`<a name="NNG_ESTOPPED"></a> | 1000 | Operation stopped. The operation was stopped with [`nng_aio_stop`] or [`nng_aio_close`]. |