Class CommonResponse.ApiError

  • Enclosing class:
    CommonResponse

    public static class CommonResponse.ApiError
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()  
      java.lang.String getMessage()  
      int getStatus()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • getStatus

        public int getStatus()
      • getErrorCode

        public java.lang.String getErrorCode()