NAME
PayProp::API::Public::Client::Error::Response - Response error.
SYNOPSIS
my $Error = PayProp::API::Public::Client::Error::Response->new(
path => 'ERROR_PATH',
message => 'ERROR_MESSAGE',
);
DESCRIPTION
Construct C<PayProp::API::Public::Client::Error::Response> errors.
ATTRIBUTES
C<PayProp::API::Public::Client::Error::Authorization> implements the following attributes.
path
my $error_path = $Error->path;
message
my $error_message = $Error->message;
AUTHOR
Yanga Kandeni E<lt>yangak@cpan.orgE<gt>
Valters Skrupskis E<lt>malishew@cpan.orgE<gt>
COPYRIGHT
Copyright 2023- PayProp
LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
If you would like to contribute documentation
or file a bug report then please raise an issue / pull request:
L<https://github.com/Humanstate/api-client-public-module>