get_ssl_error_details


Description:

[ Version ( since = "3.28" ) ]
public virtual bool get_ssl_error_details (out string out_certificate_pem, out TlsCertificateFlags out_certificate_errors)

It is optional to implement this virtual method by the descendants.

It is used to receive SSL error details when any online operation returns E_CLIENT_ERROR, E_CLIENT_ERROR_TLS_NOT_AVAILABLE error.

Parameters:

this

an BookMetaBackend

out_certificate_pem

SSL certificate encoded in PEM format

out_certificate_errors

bit-or of TlsCertificateFlags claiming the certificate errors

Returns:

true, when the SSL error details had been available and the out parameters populated, false otherwise.