2.1.1 AccountAlreadyExistsError object
Represents a special case of 2.1.1 Error to indicate that setting up a new account failed, because the account already exists. The response includes the user ID of the existing account.
Fields
| Field | Type | Description |
|---|---|---|
idrequired |
String | A string to identify the error type. |
descriptionrequired |
String | A human readable description of the issue. |
userIdrequired |
String | The user ID of the existing account. |
Last updated on