Class DebugTokenError

    • Method Detail

      • getCode

        public Integer getCode()
        The error code for the error.
        Returns:
        The error code for the error.
      • setCode

        public void setCode​(Integer code)
        The error code for the error.
      • getMessage

        public String getMessage()
        The error message for the error.
        Returns:
        The error message for the error.
      • setMessage

        public void setMessage​(String message)
        The error message for the error.
      • getSubcode

        public Integer getSubcode()
        The error subcode for the error.
        Returns:
        The error subcode for the error.
      • setSubcode

        public void setSubcode​(Integer subcode)
        The error subcode for the error.