NAME
Finance::Bank::Bankwest::Error::ExportFailed - transaction CSV export failure exception
VERSION
This module is part of distribution Finance-Bank-Bankwest v1.2.8.
This distribution's version numbering follows the conventions defined at semver.org.
DESCRIPTION
This exception is thrown when the Bankwest Online Banking server rejects the information supplied to "transactions" in Finance::Bank::Bankwest::Session.
In cases where the reason for failure cannot be determined, a Finance::Bank::Bankwest::Error::ExportFailed::UnknownReason exception is thrown instead.
ATTRIBUTES
params
A list of the parameters passed to "transactions" in Finance::Bank::Bankwest::Session that the Bankwest Online Banking server rejected. The reason/s for rejection can be determined by inspecting the "errors" list.
errors
A list of error messages returned by Bankwest Online Banking as to why the transaction export failed.
SEE ALSO
AUTHOR
Alex Peters <lxp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Alex Peters.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
The full text of the license can be found in the LICENSE file included with this distribution.