Enum ErrorCode
Enumeration of local and broker generated error codes.
Namespace: Confluent.Kafka
Assembly: cs.temp.dll.dll
Syntax
public enum ErrorCode
Remarks
Error codes that relate to locally produced errors in librdkafka are prefixed with Local_
Fields
| Name | Description |
|---|---|
| BrokerNotAvailable | Broker not available |
| ClusterAuthorizationFailed | Cluster authorization failed |
| GroupAuthorizationFailed | Group authorization failed |
| GroupCoordinatorNotAvailable | Group coordinator not available |
| GroupLoadInProress | Group coordinator load in progress |
| IllegalGeneration | Specified group generation id is not valid |
| IllegalSaslState | Illegal SASL state |
| InconsistentGroupProtocol | Inconsistent group protocol |
| InvalidCommitOffsetSize | Commit offset data size is not valid |
| InvalidGroupId | Invalid group.id |
| InvalidMsg | Invalid message |
| InvalidMsgSize | Invalid message size |
| InvalidRequiredAcks | Invalid required acks value |
| InvalidSessionTimeout | Invalid session timeout |
| InvalidTimestamp | Invalid timestamp |
| LeaderNotAvailable | Leader not available |
| Local_AllBrokersDown | All broker connections are down. |
| Local_AssignPartitions | Assigned partitions (rebalance_cb) |
| Local_Authentication | Authentication failure |
| Local_BadCompression | Bad/unknown compression |
| Local_BadMsg | Received message is incorrect |
| Local_Conflict | Conflicting use |
| Local_CritSysResource | Critical system resource |
| Local_Destroy | Broker is going away |
| Local_ExistingSubscription | This operation would interfere with an existing subscription |
| Local_Fail | Generic failure |
| Local_FS | File or filesystem error |
| Local_InProgress | Operation in progress |
| Local_Intr | Operation interrupted |
| Local_InvalidArg | Invalid argument, or invalid configuration |
| Local_IsrInsuff | ISR count < required.acks |
| Local_KeyDeserialization | Key deserialization error |
| Local_KeySerialization | Key serialization error |
| Local_MsgTimedOut | Produced message timed out |
| Local_NodeUpdate | Broker node update |
| Local_NoOffset | No stored offset |
| Local_NotImplemented | Not implemented |
| Local_Outdated | Outdated |
| Local_PartitionEOF | Reached the end of the topic+partition queue on the broker. Not really an error. |
| Local_PrevInProgress | Previous operation in progress, wait for it to finish. |
| Local_QueueFull | Queue is full |
| Local_Resolve | Failed to resolve broker |
| Local_RevokePartitions | Revoked partitions (rebalance_cb) |
| Local_Ssl | SSL error |
| Local_State | Wrong state |
| Local_TimedOut | Operation timed out |
| Local_TimedOutQueue | Timed out in queue |
| Local_Transport | Broker transport failure |
| Local_UnknownGroup | Unknown client group |
| Local_UnknownPartition | Permanent: Partition does not exist in cluster. |
| Local_UnknownProtocol | Unknown protocol |
| Local_UnknownTopic | Permanent: Topic does not exist in cluster. |
| Local_UnsupportedFeature | Feature not supported by broker |
| Local_ValueDeserialization | Value deserialization error |
| Local_ValueSerialization | Value serialization error |
| Local_WaitCache | Awaiting cache update |
| Local_WaitCoord | Waiting for coordinator to become available. |
| MsgSizeTooLarge | Message size too large |
| NetworkException | Broker disconnected before response received |
| NoError | Success |
| NotCoordinatorForGroup | Not coordinator for group |
| NotEnoughReplicas | Not enough in-sync replicas |
| NotEnoughReplicasAfterAppend | Message(s) written to insufficient number of in-sync replicas |
| NotLeaderForPartition | Not leader for partition |
| OffsetMetadataTooLarge | Offset metadata string too large |
| OffsetOutOfRange | Offset out of range |
| RebalanceInProgress | Group rebalance in progress |
| RecordListTooLarge | Message batch larger than configured server segment size |
| ReplicaNotAvailable | Replica not available |
| RequestTimedOut | Request timed out |
| StaleCtrlEpoch | StaleControllerEpochCode |
| TopicAuthorizationFailed | Topic authorization failed |
| TopicException | Invalid topic |
| Unknown | Unknown broker error |
| UnknownMemberId | Unknown member |
| UnknownTopicOrPart | Unknown topic or partition |
| UnsupportedSaslMechanism | Unsupported SASL mechanism |
| UnsupportedVersion | Unuspported version |