aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng.c')
-rw-r--r--src/nng.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nng.c b/src/nng.c
index b906431b..c2e3161d 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -732,6 +732,8 @@ static const struct {
{ NNG_EWRITEONLY, "Write only resource" },
{ NNG_ECRYPTO, "Cryptographic error" },
{ NNG_EPEERAUTH, "Peer could not be authenticated" },
+ { NNG_ENOARG, "Option requires argument" },
+ { NNG_EAMBIGUOUS, "Ambiguous option" },
{ NNG_EINTERNAL, "Internal error detected" },
{ 0, NULL },
// clang-format on