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

Methods

enomem?  

Public Instance methods

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.

[Validate]