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

SPVM::Net::SSLeay::ERR - SSL/TSL Errors

Description

The Net::SSLeay::ERR class of SPVM has methods to manipulate SSL/TLS errors.

Usage

  use Net::SSLeay::ERR;

Class Methods

error_string_n

  static method error_string_n : void ($e : long, $buf : mutable string, $len : int = -1);

error_string

  static method error_string : string ($e : long);

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License