mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Updating documentation to remove ECANTROUTE error code
This commit is contained in:
parent
c9898d2419
commit
82bd5431ce
@ -79,9 +79,6 @@ The operation was interrupted by delivery of a signal before the message was
|
||||
sent.
|
||||
*EFAULT*::
|
||||
Invalid message.
|
||||
*ECANTROUTE*::
|
||||
Message cannot be routed to the destination specified as the peer is either
|
||||
dead or disconnected. This error makes sense only with ZMQ_ROUTER socket.
|
||||
|
||||
|
||||
EXAMPLE
|
||||
|
@ -69,9 +69,6 @@ The provided 'socket' was invalid.
|
||||
*EINTR*::
|
||||
The operation was interrupted by delivery of a signal before the message was
|
||||
sent.
|
||||
*ECANTROUTE*::
|
||||
Message cannot be routed to the destination specified as the peer is either
|
||||
dead or disconnected. This error makes sense only with ZMQ_ROUTER socket.
|
||||
|
||||
|
||||
EXAMPLE
|
||||
|
@ -75,9 +75,6 @@ The operation was interrupted by delivery of a signal before the message was
|
||||
sent.
|
||||
*EFAULT*::
|
||||
Invalid message.
|
||||
*ECANTROUTE*::
|
||||
Message cannot be routed to the destination specified as the peer is either
|
||||
dead or disconnected. This error makes sense only with ZMQ_ROUTER socket.
|
||||
|
||||
|
||||
EXAMPLE
|
||||
|
Loading…
Reference in New Issue
Block a user