CommandResponseError.py 193 B

12345678
  1. # automatically generated by the FlatBuffers compiler, do not modify
  2. # namespace: wire_protocol
  3. class CommandResponseError(object):
  4. OK = 0
  5. INVALID_COMMAND = 1
  6. UNKNOWN_COMMAND = 2