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