Connection.getSSLErrorMessage

Returns the SSL error message for the passed SSL error code.

class Connection
@system
getSSLErrorMessage
(
const int code
)

Parameters

code int

SSL error code to translate to string.

Return Value

Type: auto

A string with the last SSL error code translated into humanly-readable text.