Subject: | Provide a consolidated error message |
If a failure occurs, it's currently the responsibility of the
PoCO::Client::SMTP to examine a hash and determine the source and nature
of the error by searching through the keys of the hash. This is (a)
complicated and therefore (b) difficult to get right.
It would be very helpful to have a single error message available
regardless of the source -- including passing through an error message
from a Wheel or other error source. The hash could be provided as well
for someone who wants to dig through the details.
Thanks,
David