Class ZMQ::ContextError
In: lib/ffi-rzmq/exceptions.rb
Parent: ZeroMQError

Methods

einval?   eterm?  

Public Instance methods

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

Occurs when he number of app_threads requested is less than one, or the number of io_threads requested is negative.

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

The associated context was terminated.

[Validate]