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 2.600
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 This library should run on perls released even a long time ago. It
18 should work on any version of perl released in the last five years.
19
20 Although it may work on older versions of perl, no guarantee is made
21 that the minimum required version will not be increased. The version
22 may be increased for any reason, and there is no promise that patches
23 will be accepted to lower the minimum required perl.
24
26 failures
27 This method returns a list of other Email::Sender::Failure objects
28 represented by this multi.
29
31 isa
32 A multiple failure will report that it is a Permanent or Temporary if
33 all of its contained failures are failures of that type.
34
36 Ricardo Signes <cpan@semiotic.systems>
37
39 This software is copyright (c) 2022 by Ricardo Signes.
40
41 This is free software; you can redistribute it and/or modify it under
42 the same terms as the Perl 5 programming language system itself.
43
44
45
46perl v5.36.0 2023-01-20 Email::Sender::Failure::Multi(3)