mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
doc: add ENOENT to list of zmq_unbind error codes
Resolves zeromq/libzmq#1353
This commit is contained in:
parent
2d435eb692
commit
edc0640206
@ -40,6 +40,8 @@ The endpoint supplied is invalid.
|
||||
The 0MQ 'context' associated with the specified 'socket' was terminated.
|
||||
*ENOTSOCK*::
|
||||
The provided 'socket' was invalid.
|
||||
*ENOENT*::
|
||||
The endpoint supplied was not previously bound.
|
||||
|
||||
|
||||
EXAMPLES
|
||||
|
Loading…
x
Reference in New Issue
Block a user