KafkaServerError class

Represents error returned by Kafka server.

Constructors

KafkaServerError(int code)
Creates instance of KafkaServerError from numeric error code.
factory

Properties

code int
Numeric code of this server error.
final
hashCode int
The hash code for this object.
no setterinherited
isBrokerNotAvailable bool
no setter
isConsumerCoordinatorNotAvailable bool
no setter
isError bool
no setter
isInvalidMessage bool
no setter
isInvalidMessageSize bool
no setter
isLeaderNotAvailable bool
no setter
isMessageSizeTooLarge bool
no setter
isNoError bool
no setter
isNotCoordinatorForConsumer bool
no setter
isNotLeaderForPartition bool
no setter
isOffsetMetadataTooLarge bool
no setter
isOffsetOutOfRange bool
no setter
isOffsetsLoadInProgress bool
no setter
isReplicaNotAvailable bool
no setter
isRequestTimedOut bool
no setter
isStaleControllerEpoch bool
no setter
isUnknown bool
no setter
isUnknownTopicOrPartition bool
no setter
message String
String representation of this server error.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited