1Email::Sender::Failure:U:sMeurltCio(n3t)ributed Perl DocEummaeinlt:a:tSieonnder::Failure::Multi(3)
2
3
4
6 Email::Sender::Failure::Multi - an aggregate of multiple failures
7
9 version 0.101760
10
12 A multiple failure report is raised when more than one failure is
13 encountered when sending a single message, or when mixed states were
14 encountered.
15
17 failures
18 This method returns a list (or arrayref, in scalar context) of other
19 Email::Sender::Failure objects represented by this multi.
20
22 isa
23 A multiple failure will report that it is a Permanent or Temporary if
24 all of its contained failures are failures of that type.
25
27 Ricardo Signes <rjbs@cpan.org>
28
30 This software is copyright (c) 2010 by Ricardo Signes.
31
32 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
34
35
36
37perl v5.12.1 2010-06-25 Email::Sender::Failure::Multi(3)