Sha256: c086720793c64dc7d67ca2908e0a7a5d16db82f0527042ef8331394b6f4698a5
Contents?: true
Size: 365 Bytes
Versions: 34
Compression:
Stored size: 365 Bytes
Contents
# This is only used to be able to read get the last ZMQ error. module CZMQ::FFI::Errors # @return [String] error code of the last (ZMQ) error def self.errno CZMQ::FFI::LibZMQ.zmq_errno end # @return [String] the string representation of the last (ZMQ) error def self.strerror CZMQ::FFI::LibZMQ.zmq_strerror(CZMQ::FFI::LibZMQ.zmq_errno) end end
Version data entries
34 entries across 34 versions & 1 rubygems