-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ExecutionResult extends Enum<ExecutionResult>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FAIL_PAUSE_OPREPOUsed in special create user case. The operation failed due to a non-retryable error. Pause the operation repo and retry on a new session, giving the SDK a chance to recover from the failed user create.
FAIL_CONFLICTUsed in special login case. The operation failed due to a conflict and can be handled.
FAIL_UNAUTHORIZEDThe operation failed because the request was not authorized. The operation can be retried if authorization can be achieved.
FAIL_NORETRYThe operation failed and should not be tried again.
FAIL_RETRYThe operation failed but should be retried.
SUCCESS_STARTING_ONLYThe operation group failed but the starting op should be retried split from the group.
SUCCESSThe operation was executed successfully.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-