Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
zeromq
master
ZMQ
AbstractMessage
Context
ContextError
Device
Message
MessageError
NotSupportedError
Poller
Socket
Util
ZeroMQError
Built with Crystal 1.9.2
2023-10-08 09:31:51 UTC
class
ZMQ::NotSupportedError
ZMQ::NotSupportedError
ZMQ::ZeroMQError
Exception
Reference
Object
Defined in:
zeromq/exceptions.cr
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