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::ZeroMQError
ZMQ::ZeroMQError
Exception
Reference
Object
Direct Known Subclasses
ZMQ::ContextError
ZMQ::MessageError
ZMQ::NotSupportedError
Defined in:
zeromq/exceptions.cr
Constructors
.new
(source : String, result_code : Int32, error_code : Int32, message)
Instance Method Summary
#error_code
: Int32
#message
: String | Nil
#result_code
: Int32
#source
: String
Constructor Detail
def self.
new
(source : String, result_code : Int32, error_code : Int32, message)
#
[
View source
]
Instance Method Detail
def
error_code
: Int32
#
[
View source
]
def
message
: String | Nil
#
[
View source
]
def
result_code
: Int32
#
[
View source
]
def
source
: String
#
[
View source
]