class ZMQ::MessageError

Defined in:

zeromq/exceptions.cr

Instance Method Summary

Instance methods inherited from class ZMQ::ZeroMQError

error_code : Int32 error_code, message : String | Nil message, result_code : Int32 result_code, source : String source

Constructor methods inherited from class ZMQ::ZeroMQError

new(source : String, result_code : Int32, error_code : Int32, message) new

Instance Method Detail

def enomem? #

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.


[View source]