Commit edc06402 authored by Dylan Cali's avatar Dylan Cali

doc: add ENOENT to list of zmq_unbind error codes

Resolves zeromq/libzmq#1353
parent 2d435eb6
...@@ -40,6 +40,8 @@ The endpoint supplied is invalid. ...@@ -40,6 +40,8 @@ The endpoint supplied is invalid.
The 0MQ 'context' associated with the specified 'socket' was terminated. The 0MQ 'context' associated with the specified 'socket' was terminated.
*ENOTSOCK*:: *ENOTSOCK*::
The provided 'socket' was invalid. The provided 'socket' was invalid.
*ENOENT*::
The endpoint supplied was not previously bound.
EXAMPLES EXAMPLES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment