class ZMQ::MessageError

Public Instance Methods

enomem?() click to toggle source

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

Only ever raised by the Message class when it fails to allocate sufficient memory to send a message.

# File lib/ffi-rzmq/exceptions.rb, line 47
def enomem?() ENOMEM == @error_code; end