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