The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POEx::ZMQ::FFI::Error

SYNOPSIS

  # Used internally by POEx::ZMQ

DESCRIPTION

Exception objects thrown when errors are produced by the ZeroMQ backend.

This class extends Throwable::Error.

ATTRIBUTES

errno

The current zmq_errno(3).

errstr

Alias for "message" (getter-only).

function

The libzmq function that produced the error.

message

The error string; typically the current zmq_strerror(3).

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>