TransportConnectionException constructor

TransportConnectionException(int errorCode, String details)

Implementation

TransportConnectionException(int errorCode, String details)
    : errorCode = errorCode,
      super('Connection error: $details (errorCode: $errorCode)');