NAME
WebService::PayPal::PaymentsAdvanced::Error::Role::HasHTTPResponse - Role which provides attributes for an error in an HTTP response.
VERSION
version 0.000028
METHODS
The $error->message()
, and $error->stack_trace()
methods are inherited from Throwable::Error.
http_response
Returns the HTTP::Response object which was returned when attempting to GET the hosted form.
http_status
Returns the HTTP status code for the response.
request_uri
The URI of the request that caused the HTTP error.
SUPPORT
Bugs may be submitted through https://github.com/maxmind/webservice-paypal-paymentsadvanced/issues.
AUTHOR
Olaf Alders <olaf@wundercounter.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2022 by MaxMind, Inc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.