public static class ResponseChecker.CheckResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static ResponseChecker.CheckResult |
NO_PROBLEM |
| Constructor and Description |
|---|
CheckResult(Exception exception,
boolean isTemporaryProblem) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Exception> |
getException() |
boolean |
isTemporaryProblem() |
public static final ResponseChecker.CheckResult NO_PROBLEM
public CheckResult(Exception exception, boolean isTemporaryProblem)
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 callerCopyright © 2022 SAP. All rights reserved.