class ZMQ::MessageError
- ZMQ::MessageError
- ZMQ::ZeroMQError
- Exception
- Reference
- Object
Defined in:
zeromq/exceptions.crInstance Method Summary
-
#enomem?
True when the exception was raised due to the library returning ENOMEM.
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.