Method | Description | |
---|---|---|
KafkaException ( int errorCode ) : System |
Initializes a new instance of the KafkaException class.
|
Method | Description | |
---|---|---|
GetMessage ( int errorCode ) : string |
Gets the message for the exception based on the Kafka error code.
|
public KafkaException ( int errorCode ) : System | ||
errorCode | int | The error code generated by a request to Kafka. |
return | System |