Package 

Enum ExecutionResult

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      FAIL_PAUSE_OPREPO

      Used 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_CONFLICT

      Used in special login case. The operation failed due to a conflict and can be handled.

      FAIL_UNAUTHORIZED

      The operation failed because the request was not authorized. The operation can be retried if authorization can be achieved.

      FAIL_NORETRY

      The operation failed and should not be tried again.

      FAIL_RETRY

      The operation failed but should be retried.

      SUCCESS_STARTING_ONLY

      The operation group failed but the starting op should be retried split from the group.

      SUCCESS

      The operation was executed successfully.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait