TransportConnectionException constructor

TransportConnectionException(
  1. int errorCode,
  2. String details
)

Implementation

TransportConnectionException(this.errorCode, String details)
    : super('Connection error: $details (errorCode: $errorCode)');