Net::Async::Webservice::DHL::Exception - exception classes for DHL
version 1.2.2
These classes are based on Throwable and StackTrace::Auto. The "as_string" method should return something readable, with a full stack trace. Their base class is Net::Async::Webservice::Common::Exception.
Net::Async::Webservice::DHL::Exception::ConfigError
exception thrown when the configuration file can't be parsed
file
The name of the configuration file.
as_string
Mentions the file name, and gives the stack trace.
Net::Async::Webservice::DHL::Exception::DHLError
exception thrown when DHL signals an error
error
The error data structure extracted from the DHL response.
Mentions the description and code of the error, plus the stack trace.
Gianni Ceccarelli <dakkar@thenautilus.net>
This software is copyright (c) 2016 by Net-a-porter.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Net::Async::Webservice::DHL, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Net::Async::Webservice::DHL
CPAN shell
perl -MCPAN -e shell install Net::Async::Webservice::DHL
For more information on module installation, please visit the detailed CPAN module installation guide.