C# Class Kafka.Client.KafkaException

A wrapping of an error code returned from Kafka.
Inheritance: System.Exception
Afficher le fichier Open project: precog/kafka

Méthodes publiques

Méthode Description
KafkaException ( int errorCode ) : System

Initializes a new instance of the KafkaException class.

Private Methods

Méthode Description
GetMessage ( int errorCode ) : string

Gets the message for the exception based on the Kafka error code.

Method Details

KafkaException() public méthode

Initializes a new instance of the KafkaException class.
public KafkaException ( int errorCode ) : System
errorCode int The error code generated by a request to Kafka.
Résultat System