NotLeaderException class

This exception is thrown when an operation requiring a leader node is made on a follower node.

Implemented types

Constructors

NotLeaderException(String host, int port, {GrpcError? cause})
Constructs a new instance of NotLeaderException from given cause
NotLeaderException.fromCause(GrpcError error)
Constructs a new instance of NotLeaderException from given error
factory

Properties

address InternetAddress
no setter
cause → GrpcError?
final
hashCode int
The hash code for this object.
no setterinherited
leader → EndPoint
final
port int
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