syntax = "proto3"; package kelpie.common; enum State { OK = 0; WRONG_LEADER = 1; NOT_FOUND = 2; IO_ERROR = 3; }