NAME
Reflexive::ZmqSocket::ZmqError - The event emitted when errors occur
VERSION
version 1.130710
DESCRIPTION
Reflexive::ZmqSocket::ZmqError is an event emitted when bad things happen to sockets.
PUBLIC_ATTRIBUTES
errnum
is: ro, isa: Int
This is the number version of the error ($!+0)
errstr
is: ro, isa: Str
This is the string version of the error ("$!")
errfun
is: ro, isa: Str
This is the function that is the source of the error
AUTHORS
Nicholas R. Perez <nperez@cpan.org>
Steffen Mueller <smueller@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Nicholas R. Perez <nperez@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.