The TLS handshake with the client has failed.
| 223 | |
| 224 | @dataclass |
| 225 | class TlsFailedClientHook(StartHook): |
| 226 | """ |
| 227 | The TLS handshake with the client has failed. |
| 228 | """ |
| 229 | |
| 230 | data: TlsData |
| 231 | |
| 232 | |
| 233 | @dataclass |
no outgoing calls
no test coverage detected
searching dependent graphs…