Class ConflictException

    • Method Detail

      • requestIdValue

        public String requestIdValue()

        The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.

        Returns:
        The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.
      • reason

        public ConflictExceptionReason reason()

        This request cannot be completed for one of the following reasons:

        • Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.

        • The requested resource was being concurrently modified by another request.

        If the service returns an enum value that is not available in the current SDK version, reason will return ConflictExceptionReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from reasonAsString().

        Returns:
        This request cannot be completed for one of the following reasons:

        • Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.

        • The requested resource was being concurrently modified by another request.

        See Also:
        ConflictExceptionReason
      • reasonAsString

        public String reasonAsString()

        This request cannot be completed for one of the following reasons:

        • Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.

        • The requested resource was being concurrently modified by another request.

        If the service returns an enum value that is not available in the current SDK version, reason will return ConflictExceptionReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from reasonAsString().

        Returns:
        This request cannot be completed for one of the following reasons:

        • Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.

        • The requested resource was being concurrently modified by another request.

        See Also:
        ConflictExceptionReason