Class GeneralPacket.Msg

java.lang.Object
cz.cuni.kubinja.hospitalsystem.packet.GeneralPacket.Msg
Enclosing class:
GeneralPacket

public static class GeneralPacket.Msg extends Object
Wrapper class containing messages connected with the packets.
  • Field Details

    • invalidPacket

      public static final String invalidPacket
      Informative message representing general error with the API request connected to the packet.
      See Also:
    • successfulPacket

      public static final String successfulPacket
      Informative message denoting that the API request connected to the packet was successful.
      See Also: