Class AuthError


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

      Constructors 
      Constructor Description
      AuthError​(int statusCode, java.lang.String msg)  
    • Method Summary

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

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

      • AuthError

        public AuthError​(int statusCode,
                         java.lang.String msg)
    • Method Detail

      • getStatusCode

        public int getStatusCode()
      • getMsg

        public java.lang.String getMsg()