- All Known Implementing Classes:
JScdProblems
public interface JScdProblem
Replacement for C-like error return codes of native library functions.
-
Method Summary
-
Method Details
-
errorCode
long errorCode()
- Returns:
- A unique
Long that identifies this problem.
-
errorName
- Returns:
- This problem's name.
-
description
- Returns:
- A meaningful description that may provide users with details on the meaning of this
problem.