isTlsHandshakeFailed property

bool get isTlsHandshakeFailed

Returns true if TLS handshake failed.

This error occurs when the TLS handshake process fails during certificate validation.

Implementation

bool get isTlsHandshakeFailed => code == 'TLS_HANDSHAKE_FAILED';