From dd2eda5a90ab86bbde1a9da481a423d367586a73 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 31 Jul 2017 16:56:02 -0700 Subject: Add new errnos we might need. --- src/nng.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nng.c') diff --git a/src/nng.c b/src/nng.c index 6c28f039..2cd1b3a5 100644 --- a/src/nng.c +++ b/src/nng.c @@ -638,6 +638,10 @@ static const struct { { NNG_ECONNRESET, "Connection reset" }, { NNG_ECONNABORTED, "Connection aborted" }, { NNG_ECANCELED, "Operation canceled" }, + { NNG_ENOFILES, "Out of files" }, + { NNG_ENOSPC, "Out of space" }, + { NNG_EEXIST, "Resource already exists" }, + { NNG_EINTERNAL, "Internal error detected" }, { 0, NULL } // clang-format on }; -- cgit v1.2.3-70-g09d2