diff options
| -rw-r--r-- | docs/man/nng_pipe_get.3.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/man/nng_pipe_get.3.adoc b/docs/man/nng_pipe_get.3.adoc index 51a8debf..db1d6d9b 100644 --- a/docs/man/nng_pipe_get.3.adoc +++ b/docs/man/nng_pipe_get.3.adoc @@ -131,6 +131,7 @@ These functions return 0 on success, and non-zero otherwise. [horizontal] `NNG_EBADTYPE`:: Incorrect type for option. `NNG_ECLOSED`:: Parameter _p_ does not refer to an open pipe. +`NNG_ENOENT`:: Parameter _p_ does not refer to an existing pipe. `NNG_ENOTSUP`:: The option _opt_ is not supported. `NNG_ENOMEM`:: Insufficient memory exists. `NNG_EINVAL`:: Size of destination _val_ too small for object. |
