TProtocolError constructor

TProtocolError([
  1. int? type = TProtocolErrorType.UNKNOWN,
  2. String message = ""
])

Implementation

TProtocolError([int? type = TProtocolErrorType.UNKNOWN, String message = ""])
    : super(type, message);