Implement cluster admin RPCs to change member voting states
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / messages / ServerChangeStatus.java
index 8f6a370a922c9964041788e12b318245c34c8919..ca6f34c5c446e499157aac9cc9451e8e6bf1b6cf 100644 (file)
@@ -48,4 +48,9 @@ public enum ServerChangeStatus {
      * An unsupported request, for example removing the leader in a single node cluster.
      */
     NOT_SUPPORTED,
      * An unsupported request, for example removing the leader in a single node cluster.
      */
     NOT_SUPPORTED,
+
+    /**
+     * Some part of the request is invalid.
+     */
+    INVALID_REQUEST,
 }
 }