The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dipki::Err - Details of errors returned by the core library.

NOTE

Apart from ErrorLookup, these only work internally.

ErrorLookup function

Return a description of an error code.

Parameters

$errcode

Error code (required).

Example

  use Dipki;
  $s = Dipki::Err::ErrorLookup(6);
  # Parameter is wrong or missing

AUTHOR

David Ireland, https://www.cryptosys.net/contact/

COPYRIGHT AND LICENSE

Copyright (C) 2022 David Ireland, DI Management Services Pty Limited, https://www.di-mgt.com.au https://www.cryptosys.net. The code in this module is licensed under the terms of the MIT license. For a copy, see http://opensource.org/licenses/MIT