Skip to content

Commit a71bc17

Browse files
author
Matt Howlett
authored
Add additional error codes (confluentinc#1893)
1 parent 6610aa7 commit a71bc17

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Confluent.Kafka/ErrorCode.cs

+14
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,20 @@ public enum ErrorCode
315315
/// </summary>
316316
Local_Application = -143,
317317

318+
/// <summary>
319+
/// Assignment lost
320+
/// </summary>
321+
Local_AssignmentLost = -142,
322+
323+
/// <summary>
324+
/// No operation performed
325+
/// </summary>
326+
Local_Noop = -141,
327+
328+
/// <summary>
329+
/// No offset to automatically reset to
330+
/// </summary>
331+
Local_AutoOffsetReset = -140,
318332

319333

320334
/// <summary>

0 commit comments

Comments
 (0)