Class ErrorResponseException.ErrorCode

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      The machine parsable error code
      java.lang.String getMessage()
      The human readable explanation message for this error
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCode

        @Nonnull
        public java.lang.String getCode()
        The machine parsable error code
        Returns:
        The error code
      • getMessage

        @Nonnull
        public java.lang.String getMessage()
        The human readable explanation message for this error
        Returns:
        The message
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object