NAME
PayProp::API::Public::Client::Error::Authorization - Authorization error.
SYNOPSIS
my $Error = PayProp::API::Public::Client::Error::Authorization->new(
code => 'ERROR_CODE',
message => 'ERROR_MESSAGE',
);
DESCRIPTION
Construct PayProp::API::Public::Client::Error::Authorization
errors.
ATTRIBUTES
PayProp::API::Public::Client::Error::Authorization
implements the following attributes.
code
my $error_code = $Error->code;
message
my $error_message = $Error->message;
AUTHOR
Yanga Kandeni <yangak@cpan.org>
Valters Skrupskis <malishew@cpan.org>
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: