Interface JScdProblem

All Known Implementing Classes:
JScdProblems

public interface JScdProblem
Replacement for C-like error return codes of native library functions.
  • Method Details

    • errorCode

      long errorCode()
      Returns:
      A unique Long that identifies this problem.
    • errorName

      String errorName()
      Returns:
      This problem's name.
    • description

      String description()
      Returns:
      A meaningful description that may provide users with details on the meaning of this problem.