SEP30ConflictResponseException
extends Exception
in package
Exception thrown when the SEP-30 recovery server returns HTTP 409 Conflict.
This indicates a resource state conflict, such as:
- Account already registered with the recovery server (attempting duplicate registration)
- Account update conflicts with existing state
The most common scenario is attempting to register an account that has already been registered. Clients should first check if an account exists using accountDetails() before attempting registration, or use updateIdentitiesForAccount() to modify an existing registration.