TypesErrorCode.tlsAlertReceived constructor

const TypesErrorCode.tlsAlertReceived(
  1. ({dynamic alertId, dynamic alertMessage}) payload
)

Implementation

const factory TypesErrorCode.tlsAlertReceived(
  ({i0.Option<int> alertId, i0.Option<String> alertMessage}) payload,
) = TypesErrorCodeTlsAlertReceived;