Class ResponseChecker.CheckResult
java.lang.Object
com.sap.cds.services.utils.lib.tools.api.ResponseChecker.CheckResult
- Enclosing interface:
- ResponseChecker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
NO_PROBLEM
-
-
Constructor Details
-
CheckResult
- Parameters:
isTemporaryProblem- is set to true to indicate a problem that can be solved with a retryexception- application chosen exception that will be passed to service caller
-
-
Method Details
-
getException
-
isTemporaryProblem
public boolean isTemporaryProblem()
-