Authen::U2F::Tester::Error(3pm) | User Contributed Perl Documentation | Authen::U2F::Tester::Error(3pm) |
Authen::U2F::Tester::Error - Authen::U2F::Tester Error Response
version 0.03
$r = $tester->register(...); # or $r = $tester->sign(...); unless ($r->is_success) { print $r->error_code; print $r->error_message; }
This object is returned from Authen::U2F::Tester sign or register requests if the request resulted in an error.
Single arg constructor. Argument is a U2F error code. See Authen::U2F::Tester::Const for constants that should be used for this.
Get the error code
Get the error message
Returns false as this object is only returned for errors.
The development version is on github at <http://https://github.com/mschout/perl-authen-u2f-tester> and may be cloned from <git://https://github.com/mschout/perl-authen-u2f-tester.git>
Please report any bugs or feature requests on the bugtracker website <https://github.com/mschout/perl-authen-u2f-tester/issues>
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
Michael Schout <mschout@cpan.org>
This software is copyright (c) 2017 by Michael Schout.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2018-04-12 | perl v5.26.2 |