Summary:
Detail:
Raft errors are passed on the wire in lieu of exceptions to reduce the overhead of serialization. Each error is identifiable by an error ID which is used to serialize and deserialize errors.
static enum
RaftError.Type
RaftError(RaftError.Type type, String message)
PrimitiveException
createException()
String
message()
toString()
type()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object