Class ServerError


  • public class ServerError
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerError()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fromJson​(java.lang.String json)  
      int getCode()  
      java.lang.String getErr()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServerError

        public ServerError()