Class DebugTokenError

All Implemented Interfaces:
Serializable

See Also:
  • Constructor Details

  • Method Details

    • 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 sub code for the error.
      Returns:
      The error sub code for the error.
    • setSubcode

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