Exception: ZMQ::PollError

Inherits:
ZeroMQError show all
Defined in:
lib/ffi-rzmq/exceptions.rb

Instance Attribute Summary

Attributes inherited from ZeroMQError

#error_code, #message, #result_code, #source

Instance Method Summary collapse

Methods inherited from ZeroMQError

#initialize

Constructor Details

This class inherits a constructor from ZMQ::ZeroMQError

Instance Method Details

#efault?Boolean

True when the exception was raised due to the library returning EMTHREAD.

At least one of the members of the items array refers to a socket belonging to a different application thread.

Returns:

  • (Boolean)


45
# File 'lib/ffi-rzmq/exceptions.rb', line 45

def efault?() EFAULT == @error_code; end