Commit 82bd5431 authored by Ian Barber's avatar Ian Barber

Updating documentation to remove ECANTROUTE error code

parent c9898d24
...@@ -79,9 +79,6 @@ The operation was interrupted by delivery of a signal before the message was ...@@ -79,9 +79,6 @@ The operation was interrupted by delivery of a signal before the message was
sent. sent.
*EFAULT*:: *EFAULT*::
Invalid message. 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 EXAMPLE
......
...@@ -69,9 +69,6 @@ The provided 'socket' was invalid. ...@@ -69,9 +69,6 @@ The provided 'socket' was invalid.
*EINTR*:: *EINTR*::
The operation was interrupted by delivery of a signal before the message was The operation was interrupted by delivery of a signal before the message was
sent. 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 EXAMPLE
......
...@@ -75,9 +75,6 @@ The operation was interrupted by delivery of a signal before the message was ...@@ -75,9 +75,6 @@ The operation was interrupted by delivery of a signal before the message was
sent. sent.
*EFAULT*:: *EFAULT*::
Invalid message. 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 EXAMPLE
......
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