isTlsHandshakeFailed property
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';
Returns true if TLS handshake failed.
This error occurs when the TLS handshake process fails during certificate validation.
bool get isTlsHandshakeFailed => code == 'TLS_HANDSHAKE_FAILED';